Skip to content

Commit

Permalink
Bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 23, 2017
1 parent b83cf06 commit a3286a8
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.4
VERSION=0.1.5
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.1.4"
app.Version = "0.1.5"
app.Name = "fastc"
app.Usage = "configures asterisk using json"
app.Commands = []cli.Command{
Expand Down

0 comments on commit a3286a8

Please sign in to comment.