aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2021-01-18 13:37:49 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2021-01-18 13:37:49 +0000
commit67c89b3c5ed8c4c945067ad640bf15de3c49a027 (patch)
treefefd25fed512d3c06ac25580376def1dec32a302 /internal
parent244ff0dccb64fbdf29b6cbf8a7e02a81b92c7330 (diff)
Version 0.3.6v0.3.6
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 2a65bfbf..bb6d7038 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 3
- VersionPatch = 5
+ VersionPatch = 6
VersionTag = "" // example: "rc1"
)