Skip to content

Commit ef947ba

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs-go/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ 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.
28-
VersionDev = "-dev"
28+
VersionDev = ""
2929
)
3030

3131
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)