Skip to content

Commit e43b6fb

Browse files
committed
Bump to v0.1.6
1 parent 6cc97d9 commit e43b6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var endgit = color.New(color.FgCyan, color.Bold).Sprint("EndGit")
1616

1717
// Version is set at build time via -ldflags.
1818
// Falls back to "dev" for local builds.
19-
var Version = "dev"
19+
var Version = "0.1.6"
2020

2121
var rootCmd = &cobra.Command{
2222
Use: "endgit",

0 commit comments

Comments
 (0)