Skip to content

Commit 67d2d56

Browse files
committed
version: release 1.0.2
Signed-off-by: Vincent Batts <[email protected]>
1 parent dcdcb7f commit 67d2d56

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 = 1
25+
VersionPatch = 2
2626

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

0 commit comments

Comments
 (0)