diff --git a/README.md b/README.md index f18858903..ca0cbfefb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/elliotchance/c2go.svg?branch=master)](https://travis-ci.org/elliotchance/c2go) +[![GitHub version](https://badge.fury.io/gh/elliotchance%2Fc2go.svg)](https://badge.fury.io/gh/elliotchance%2Fc2go) [![codecov](https://codecov.io/gh/elliotchance/c2go/branch/master/graph/badge.svg)](https://codecov.io/gh/elliotchance/c2go) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/elliotchance/c2go/master/LICENSE) [![Join the chat at https://gitter.im/c2goproject](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/c2goproject?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/main.go b/main.go index ac0faa8fd..0ea8f63f7 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( "github.com/elliotchance/c2go/transpiler" ) -const Version = "0.10.5" +const Version = "0.11.0" var ( printAst = flag.Bool("print-ast", false, "Print AST before translated Go code.")