There was an error while loading. Please reload this page.
1 parent 6cc97d9 commit e43b6fbCopy full SHA for e43b6fb
1 file changed
cmd/root.go
@@ -16,7 +16,7 @@ var endgit = color.New(color.FgCyan, color.Bold).Sprint("EndGit")
16
17
// Version is set at build time via -ldflags.
18
// Falls back to "dev" for local builds.
19
-var Version = "dev"
+var Version = "0.1.6"
20
21
var rootCmd = &cobra.Command{
22
Use: "endgit",
0 commit comments