Skip to content

Commit

Permalink
Prepare for v1.6.0 release
Browse files Browse the repository at this point in the history
Bump version and set a tag

Test plan:
* task test passes
* task build passes
* task build:release produces binaries
  • Loading branch information
jonaslu committed Jan 20, 2025
1 parent 8169642 commit ccc0b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/jonaslu/ain/internal/pkg/parse"
)

var version = "1.5.0"
var version = "1.6.0"
var gitSha = "develop"

const bashSignalCaughtBase = 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# args:
# - -v
# stdout: |
# Ain 1.5.0 (develop) linux/amd64
# Ain 1.6.0 (develop) linux/amd64
#

0 comments on commit ccc0b25

Please sign in to comment.