Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Oct 30, 2020
1 parent 00a732d commit 5ca8536
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.6.1".freeze
Version = "1.6.2".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.6.1"
VERSION string = "1.6.2"
DATE_FORMAT string = "2006-01-02"
)

Expand Down

0 comments on commit 5ca8536

Please sign in to comment.