From ffb472f7d84952228dd244f4911806f0e6a31e77 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 26 Sep 2017 08:12:37 -0400 Subject: Bump todolist version --- Rakefile | 2 +- todo.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 668b9b9..b556f09 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ Envs = [ {goos: "windows", arch: "amd64"} ] -Version = "0.6" +Version = "0.8" task :build do `rm -rf dist/#{Version}` diff --git a/todo.go b/todo.go index 3f3c20d..98bc133 100644 --- a/todo.go +++ b/todo.go @@ -11,7 +11,7 @@ import ( ) const ( - VERSION = "0.7" + VERSION = "0.8" ) func main() { -- cgit v1.3