Skip to content

Commit c4ee7d1

Browse files
committed
specs-go: update version to 1.0.2
Signed-off-by: Vincent Batts <[email protected]>
1 parent ce773cb commit c4ee7d1

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
@@ -8,10 +8,10 @@ const (
88
// VersionMinor is for functionality in a backwards-compatible manner
99
VersionMinor = 0
1010
// VersionPatch is for backwards-compatible bug fixes
11-
VersionPatch = 1
11+
VersionPatch = 2
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-dev"
14+
VersionDev = ""
1515
)
1616

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

0 commit comments

Comments
 (0)