Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Mar 7, 2017
1 parent 2ecfba6 commit 90a3551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]

Version = "0.3.1"
Version = "0.5"

task :build do
`rm -rf dist/#{Version}`
Expand Down
2 changes: 1 addition & 1 deletion todo.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
VERSION = "0.3.1"
VERSION = "0.5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion todolist/webapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
VERSION = "0.3.1"
VERSION = "0.5"
S3URL = "https://s3.amazonaws.com/todolist-local/" + VERSION
)

Expand Down

0 comments on commit 90a3551

Please sign in to comment.