From 0b1e91862c3f58d74997683fc6ef494e06dc00c8 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Thu, 30 Nov 2017 14:04:40 +1100 Subject: [PATCH] Bump version: v0.17.7 Samarium 2017-11-30 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9f63ef383..e683c7f0d 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.17.6 Samarium 2017-11-18" +const Version = "v0.17.7 Samarium 2017-11-30" var stderr io.Writer = os.Stderr