aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-05-25 09:58:15 -0400
committerGrant Ammons <gammons@gmail.com>2017-05-25 09:58:15 -0400
commit0e22f14f400068e32fe960b8eca3ee35b112cbd3 (patch)
treed9f42a4ff76ce2ca84207f4480e3d97cd17841fa
parente015094d20811d30676014d60d8219fa0fa63e8a (diff)
bump version0.6
-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 7747ea2..668b9b9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.5.3"
+Version = "0.6"
task :build do
`rm -rf dist/#{Version}`
diff --git a/todo.go b/todo.go
index 130fd55..f9dcd6c 100644
--- a/todo.go
+++ b/todo.go
@@ -11,7 +11,7 @@ import (
)
const (
- VERSION = "0.5.3"
+ VERSION = "0.6"
)
func main() {
diff --git a/todolist/webapp.go b/todolist/webapp.go
index c0b04a7..ef0ef23 100644
--- a/todolist/webapp.go
+++ b/todolist/webapp.go
@@ -10,7 +10,7 @@ import (
)
const (
- VERSION = "0.5.3"
+ VERSION = "0.6"
S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION
)