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 10, 2020
1 parent 18d1938 commit e9d818d
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 @@ -10,7 +10,7 @@ Envs = [
{ goos: "windows", arch: "amd64" }
].freeze

Version = "0.9.7".freeze
Version = "1.0".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 = "0.9.7"
VERSION string = "1.0"
)

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

0 comments on commit e9d818d

Please sign in to comment.