diff options
| -rw-r--r-- | Rakefile | 2 | ||||
| -rw-r--r-- | todo.go | 2 | ||||
| -rw-r--r-- | todolist/webapp.go | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ Envs = [ {goos: "windows", arch: "amd64"} ] -Version = "0.5.3" +Version = "0.6" task :build do `rm -rf dist/#{Version}` @@ -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 ) |
