diff --git a/Makefile b/Makefile index 6634bc6..9650536 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.0 +VERSION=0.1.1 NAME=fastc_$(VERSION) build: diff --git a/main.go b/main.go index 4f07321..4b6afbd 100644 --- a/main.go +++ b/main.go @@ -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{