aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-02-10 13:50:13 +0000
committerGitHub <noreply@github.com>2022-02-10 13:50:13 +0000
commit9ac27cabc5f624938264ddccf5500478d7d38bf3 (patch)
tree56209b67fd91d12b66fffcdee68ffee2ef449c73 /internal
parentc36e4546c36a3381814cd72930349a0df21b1dd4 (diff)
Version 0.6.3 (#2170)v0.6.3
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index de0b7c8c..a07f01b6 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 6
- VersionPatch = 2
+ VersionPatch = 3
VersionTag = "" // example: "rc1"
)