diff --git a/Rakefile b/Rakefile index 8a895f71..88ef11aa 100644 --- a/Rakefile +++ b/Rakefile @@ -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}` diff --git a/ultralist/app.go b/ultralist/app.go index 8bf68aa0..c0924930 100644 --- a/ultralist/app.go +++ b/ultralist/app.go @@ -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" )