Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed May 12, 2017
1 parent e0620cc commit a2295dc
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 @@ -18,7 +18,7 @@ import (
"github.com/elliotchance/c2go/transpiler"
)

const Version = "0.10.3"
const Version = "0.10.4"

var (
printAst = flag.Bool("print-ast", false, "Print AST before translated Go code.")
Expand Down

0 comments on commit a2295dc

Please sign in to comment.