From 5ca8536776819c9a23892cc35215f06f5e9ba91c Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Fri, 30 Oct 2020 06:14:05 -0400 Subject: [PATCH] update version --- Rakefile | 2 +- ultralist/app.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index d00b237b..e5e0d189 100644 --- a/Rakefile +++ b/Rakefile @@ -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}` diff --git a/ultralist/app.go b/ultralist/app.go index 0142cf2f..bffe445e 100644 --- a/ultralist/app.go +++ b/ultralist/app.go @@ -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" )