From 20241d67940e908e6a27ae1c8f288a700eb4ff8d Mon Sep 17 00:00:00 2001 From: Haibao Tang Date: Sat, 27 Jan 2018 21:35:11 -0800 Subject: [PATCH] [allhic] v0.8.2 --- .goreleaser.yml | 2 -- base.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3ffc9f8..1a68792 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,5 +16,3 @@ archive: amd64: 64-bit darwin: macOS linux: Tux - files: - - drum-roll.licence.txt diff --git a/base.go b/base.go index f0e0da1..ee50ee6 100644 --- a/base.go +++ b/base.go @@ -21,7 +21,7 @@ import ( const ( // Version is the current version of ALLHIC - Version = "0.8.1" + Version = "0.8.2" // LB is lower bound for GoldenArray LB = 18 // UB is upper bound for GoldenArray