Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Jul 14, 2020
1 parent 773bd20 commit 986e2b3
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.0".freeze
Version = "1.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 @@ -13,7 +13,7 @@ import (

// Current version of ultralist.
const (
VERSION string = "1.0"
VERSION string = "1.1"
)

// App is the giving you the structure of the ultralist app.
Expand Down

0 comments on commit 986e2b3

Please sign in to comment.