From 832a27475b773e7a63cc0b582be8d7871de75dc3 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Wed, 7 Sep 2016 10:37:14 -0400 Subject: Bump version --- Rakefile | 2 +- todo.go | 4 ++-- todolist/webapp.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index afc4ccd..c5647d2 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ Envs = [ {goos: "windows", arch: "amd64"} ] -Version = "0.3.0" +Version = "0.3.1" task :build do `rm -rf dist/#{Version}` diff --git a/todo.go b/todo.go index 022ecbf..74782ef 100644 --- a/todo.go +++ b/todo.go @@ -6,12 +6,12 @@ import ( "strings" "github.com/fatih/color" - "github.com/skratchdot/open-golang/open" "github.com/gammons/todolist/todolist" + "github.com/skratchdot/open-golang/open" ) const ( - VERSION = "0.3.0" + VERSION = "0.3.1" ) func main() { diff --git a/todolist/webapp.go b/todolist/webapp.go index 5c93e90..09a83c3 100644 --- a/todolist/webapp.go +++ b/todolist/webapp.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.3.0" + VERSION = "0.3.1" S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION ) -- cgit v1.3