aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-03-29 08:42:27 -0400
committerGrant Ammons <gammons@gmail.com>2017-03-29 08:42:27 -0400
commit146f19e1dc8143096bca6bfd0adf2e1f8d9be7b7 (patch)
tree7d9f8e82a298faf3078f0ac609f3799d366da9fc
parent428e0a0afa15444d1fba3d15ecdebb90e52cdd42 (diff)
Bump version0.5.3
-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 7e1d4e9..7747ea2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.5.2"
+Version = "0.5.3"
task :build do
`rm -rf dist/#{Version}`
diff --git a/todo.go b/todo.go
index 417eafc..d4d3b60 100644
--- a/todo.go
+++ b/todo.go
@@ -11,7 +11,7 @@ import (
)
const (
- VERSION = "0.5.2"
+ VERSION = "0.5.3"
)
func main() {
diff --git a/todolist/webapp.go b/todolist/webapp.go
index b91ba78..c0b04a7 100644
--- a/todolist/webapp.go
+++ b/todolist/webapp.go
@@ -10,7 +10,7 @@ import (
)
const (
- VERSION = "0.5.2"
+ VERSION = "0.5.3"
S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION
)