From 7f1cb7f9881d6289d6dd8408c5e592443fa6b7f1 Mon Sep 17 00:00:00 2001 From: gernest Date: Wed, 1 Feb 2017 12:05:53 +0300 Subject: [PATCH] bump to 0.1.1 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{