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