aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2021-02-04 12:39:43 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2021-02-04 12:39:43 +0000
commit397b158c05be7ee395257913820f86616302e6ed (patch)
treedaa225453801783458352f9b90dea27813470635 /internal
parentbd72ed50d426f6025004a2beb1372912ecf1d500 (diff)
Version 0.3.9v0.3.9
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 f5c6a423..7d098037 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 3
- VersionPatch = 8
+ VersionPatch = 9
VersionTag = "" // example: "rc1"
)