From 8dc4d7f378d5206e1504d37542ce0dcd69ea3384 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Sun, 10 Sep 2017 00:36:28 +1000 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6005a902b..613c9b6ee 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.16.0 Radium 2017-09-04" +const Version = "v0.16.1 Radium 2017-09-09" var stderr io.Writer = os.Stderr