Skip to content

Commit 10efb87

Browse files
committed
version: release v1.0.1
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
1 parent ac28cac commit 10efb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// VersionMinor is for functionality in a backwards-compatible manner
2323
VersionMinor = 0
2424
// VersionPatch is for backwards-compatible bug fixes
25-
VersionPatch = 0
25+
VersionPatch = 1
2626

2727
// VersionDev indicates development branch. Releases will be empty string.
2828
VersionDev = ""

0 commit comments

Comments
 (0)