Skip to content

Commit bd7570a

Browse files
committed
Bump version - prepare for release
Test plan: * Compile into a binary and issue ain -v. Verify version number is now 1.5.0
1 parent 3a363e8 commit bd7570a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/ain/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/jonaslu/ain/internal/pkg/parse"
1818
)
1919

20-
var version = "1.4.1"
20+
var version = "1.5.0"
2121
var gitSha = "develop"
2222

2323
const bashSignalCaughtBase = 128

0 commit comments

Comments
 (0)