From e1f901cc29eec9dc55a0629b3b6ed2536deeda3b Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Sat, 27 Aug 2016 16:18:29 -0400 Subject: Bump version to 0.3.0 --- Rakefile | 3 +-- todo.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index a94149f..afc4ccd 100644 --- a/Rakefile +++ b/Rakefile @@ -10,8 +10,7 @@ Envs = [ {goos: "windows", arch: "amd64"} ] -Version = "0.2.0" - +Version = "0.3.0" task :build do `rm -rf dist/#{Version}` diff --git a/todo.go b/todo.go index 0240886..5d6bc75 100644 --- a/todo.go +++ b/todo.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.2.0" + VERSION = "0.3.0" ) func main() { -- cgit v1.3