From 802caf15bce19c075b40016de898d3f9c45aad48 Mon Sep 17 00:00:00 2001 From: Elliot Chance Date: Mon, 15 May 2017 14:45:46 +0200 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2c52b4bde..2ced42460 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( // c2go -version // // See https://github.com/elliotchance/c2go/wiki/Release-Process -const Version = "0.11.0" +const Version = "0.11.1" var ( printAst = flag.Bool("print-ast", false, "Print AST before translated Go code.")