From 43d26184018ea1895f68c8d05ec9e4d4584f4a08 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Sun, 13 Aug 2017 09:40:04 +1000 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0ccbd1f66..b618679c4 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ import ( // c2go -v // // See https://github.com/elliotchance/c2go/wiki/Release-Process -const Version = "v0.14.2 Oganesson 2017-08-10" +const Version = "v0.14.3 Oganesson 2017-08-12" var stderr io.Writer = os.Stderr