Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 350b958

Browse files
author
Eric Crosson
committed
Bump version to 0.1.0
1 parent 29f6f94 commit 350b958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/git-ledger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/urfave/cli"
88
)
99

10-
var VERSION = semver.MustParse("0.0.0")
10+
var VERSION = semver.MustParse("0.1.0")
1111

1212
func main () {
1313

0 commit comments

Comments
 (0)