Skip to content

Commit e2b893e

Browse files
authored
Put on v0.0.2-dev mode
1 parent e909c7b commit e2b893e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
var (
1313
// Version is the main version number that is being run at the moment.
14-
Version = "0.0.1"
14+
Version = "0.0.2"
1515

1616
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1717
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)