aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-10-22 12:38:12 +0100
committerGitHub <noreply@github.com>2020-10-22 12:38:12 +0100
commit59428cdde3ed3f30f01b886c641e6dd1f313c294 (patch)
tree9f4497dbc202787d0d478b351666e50cb2f5cb60 /internal/version.go
parentb66b2eab32b1d31c3cbdc5fb733022d69b66da80 (diff)
Version 0.2.1 (#1558)v0.2.1
* Version 0.2.1 * Credit where credit due * Update CHANGES.md * Include PRs
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 040ffa32..21f69708 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 2
- VersionPatch = 0
+ VersionPatch = 1
VersionTag = "" // example: "rc1"
)