We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531e20d commit 40ad398Copy full SHA for 40ad398
1 file changed
cmd/ain/main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/jonaslu/ain/internal/pkg/disk"
17
)
18
19
-var version = "1.2.0"
+var version = "1.2.1"
20
var gitSha = "develop"
21
22
func printInternalErrorAndExit(err error) {
0 commit comments