aboutsummaryrefslogtreecommitdiffstats
path: root/todolist
diff options
context:
space:
mode:
Diffstat (limited to 'todolist')
-rw-r--r--todolist/webapp.go2
1 files changed, 1 insertions, 1 deletions
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
)