Skip to content

Commit

Permalink
bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 1, 2017
1 parent edcb508 commit 7f1cb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.0
VERSION=0.1.1
NAME=fastc_$(VERSION)

build:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func main() {
app := cli.NewApp()
app.Version = "0.4.7"
app.Version = "0.1.1"
app.Name = "fastc"
app.Usage = "configures asterisk using json"
app.Commands = []cli.Command{
Expand Down

0 comments on commit 7f1cb7f

Please sign in to comment.