From 8c5d12792f1457b0ba2c4ad444795ca818f7aa33 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Fri, 22 Dec 2017 09:32:19 +1100 Subject: [PATCH] Bump version: v0.19.2 Uranium 2017-12-21 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 700de2b81..68c6caa7d 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.19.1 Uranium 2017-12-20" +const Version = "v0.19.2 Uranium 2017-12-21" var stderr io.Writer = os.Stderr