Skip to content

Commit 24377ad

Browse files
committed
Bump ain version output to 1.1.0
Test plan: * Run ain -v and verify output is v1.1.0
1 parent 8a624c6 commit 24377ad

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
@@ -16,7 +16,7 @@ import (
1616
"github.com/jonaslu/ain/internal/pkg/disk"
1717
)
1818

19-
var version = "1.0.0"
19+
var version = "1.1.0"
2020
var gitSha = "develop"
2121

2222
func printInternalErrorAndExit(err error) {

0 commit comments

Comments
 (0)