diff options
Diffstat (limited to 'todolist/webapp.go')
| -rw-r--r-- | todolist/webapp.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
