aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-03-07 11:26:37 -0500
committerGrant Ammons <gammons@gmail.com>2017-03-07 11:26:37 -0500
commit90a35514e2045ec60c5d56dcdae8a4e436769816 (patch)
treec32230ddfe40a5dc2e09f172be923f7b1ef6682d
parent2ecfba6ea091438f7c6dbd16f6dd4a55379cf61d (diff)
Bump version0.5
-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 c5647d2..229f5ce 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.3.1"
+Version = "0.5"
task :build do
`rm -rf dist/#{Version}`
diff --git a/todo.go b/todo.go
index 0ce5dc5..7eab406 100644
--- a/todo.go
+++ b/todo.go
@@ -11,7 +11,7 @@ import (
)
const (
- VERSION = "0.3.1"
+ VERSION = "0.5"
)
func main() {
diff --git a/todolist/webapp.go b/todolist/webapp.go
index 09a83c3..1437941 100644
--- a/todolist/webapp.go
+++ b/todolist/webapp.go
@@ -10,7 +10,7 @@ import (
)
const (
- VERSION = "0.3.1"
+ VERSION = "0.5"
S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION
)