aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-03-07 15:46:15 -0500
committerGrant Ammons <gammons@gmail.com>2017-03-07 15:46:15 -0500
commit1773d9f07686552e919af27ec1390c1994b1ac7e (patch)
treec7f373891293fdd565297a2752b3cc914d46a158
parent21725dc9696518beb5c52bdf253963b09a74c9a5 (diff)
Bump version0.5.1
-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 229f5ce..fe48f02 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.5"
+Version = "0.5.1"
task :build do
`rm -rf dist/#{Version}`
diff --git a/todo.go b/todo.go
index 7eab406..b5435f2 100644
--- a/todo.go
+++ b/todo.go
@@ -11,7 +11,7 @@ import (
)
const (
- VERSION = "0.5"
+ VERSION = "0.5.1"
)
func main() {
diff --git a/todolist/webapp.go b/todolist/webapp.go
index 1437941..57566b9 100644
--- a/todolist/webapp.go
+++ b/todolist/webapp.go
@@ -10,7 +10,7 @@ import (
)
const (
- VERSION = "0.5"
+ VERSION = "0.5.1"
S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION
)