From 61b8dd9148fe4aa36308a164f3c826a5b1dbd7a7 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Tue, 24 Oct 2017 11:03:42 +1100 Subject: [PATCH] Bump version: v0.16.7 Radium 2017-10-24 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 548487404..38ff2c981 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.6 Radium 2017-10-23" +const Version = "v0.16.7 Radium 2017-10-24" var stderr io.Writer = os.Stderr