Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed May 15, 2017
1 parent 74b761f commit 802caf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 802caf1

Please sign in to comment.