aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-03-14 16:45:45 -0400
committerGrant Ammons <gammons@gmail.com>2017-03-14 16:45:45 -0400
commitbd1c22d1af9cde98a7e1340df4d6d4e187b6b889 (patch)
tree3aa43ff2c3a12dcbaae26ca418eb08ae5993726f
parenta7f4fa609e805b7c85dd3b1783182ef987d91679 (diff)
Version bump
-rw-r--r--Rakefile2
-rw-r--r--todo.go2
-rw-r--r--todolist/webapp.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index fe48f02..7e1d4e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.5.1"
+Version = "0.5.2"
task :build do
`rm -rf dist/#{Version}`
diff --git a/todo.go b/todo.go
index b5435f2..417eafc 100644
--- a/todo.go
+++ b/todo.go
@@ -11,7 +11,7 @@ import (
)
const (
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
)
func main() {
diff --git a/todolist/webapp.go b/todolist/webapp.go
index 57566b9..dcece3a 100644
--- a/todolist/webapp.go
+++ b/todolist/webapp.go
@@ -10,7 +10,7 @@ import (
)
const (
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION
)