Skip to content

Commit 5734a0c

Browse files
committed
Cleanup after v0.13.0-rc1 release
1 parent 2b87a10 commit 5734a0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.13.0 (Unreleased)
2+
13
## 0.13.0-rc1 (July 22, 2020)
24

35
BUG FIXES:

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var Version = "0.13.0"
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var Prerelease = "rc1"
19+
var Prerelease = "dev"
2020

2121
// SemVer is an instance of version.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)