Skip to content

Commit a139cc4

Browse files
committed
version: release v1.1.1
Signed-off-by: Brandon Mitchell <git@bmitch.net>
1 parent eeddb23 commit a139cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = 1
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)