From 986e2b34952813c672c592d96dca241feaeb85e6 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 14 Jul 2020 07:26:11 -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 0afd3d8c..3f5f6134 100644 --- a/Rakefile +++ b/Rakefile @@ -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}` diff --git a/ultralist/app.go b/ultralist/app.go index 3bac90cf..cda79cab 100644 --- a/ultralist/app.go +++ b/ultralist/app.go @@ -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.