Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Sep 24, 2020
1 parent 61b8c21 commit 810e0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Envs = [
{ goos: "windows", arch: "amd64" }
].freeze

Version = "1.5".freeze
Version = "1.5.1".freeze

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

// Current version of ultralist.
const (
VERSION string = "1.5"
VERSION string = "1.5.1"
DATE_FORMAT string = "2006-01-02"
)

Expand Down

0 comments on commit 810e0e8

Please sign in to comment.