From 4fac29aed2be9e93c1af16e718ef631108b2895a Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Wed, 18 Oct 2017 10:21:35 +1100 Subject: [PATCH] Bump version: v0.16.4 Radium 2017-10-18 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 188f6e7d0..71bfb1c9a 100644 --- a/main.go +++ b/main.go @@ -36,7 +36,7 @@ import ( // c2go -v // // See https://github.com/elliotchance/c2go/wiki/Release-Process -const Version = "v0.16.3 Radium 2017-10-17" +const Version = "v0.16.4 Radium 2017-10-18" var stderr io.Writer = os.Stderr