Skip to content

Commit 1fb37fa

Browse files
committed
Putting source back into Dev Mode
1 parent b2db686 commit 1fb37fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## UNRELEASED
2+
13
## 0.21.0 (November 25, 2020)
24

35
IMPROVEMENTS:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
// A pre-release marker for the version. If this is "" (empty string)
2020
// then it means that it is a final release. Otherwise, this is a pre-release
2121
// such as "dev" (in development), "beta", "rc1", etc.
22-
VersionPrerelease = ""
22+
VersionPrerelease = "dev"
2323
)
2424

2525
// GetHumanVersion composes the parts of the version in a way that's suitable

0 commit comments

Comments
 (0)