We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee7d1 commit 1ac6f8dCopy full SHA for 1ac6f8d
specs-go/version.go
@@ -11,7 +11,7 @@ const (
11
VersionPatch = 2
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = ""
+ VersionDev = "-dev"
15
)
16
17
// Version is the specification version that the package types support.
0 commit comments