From d68a9fd7b6f520c79b36915a76cfb22a49c0e13d Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Mon, 4 Sep 2017 19:18:35 +1000 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1ceccd357..6005a902b 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ import ( // c2go -v // // See https://github.com/elliotchance/c2go/wiki/Release-Process -const Version = "v0.15.1 Palladium 2017-09-02" +const Version = "v0.16.0 Radium 2017-09-04" var stderr io.Writer = os.Stderr