aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-07-06 09:28:39 +0200
committerGitHub <noreply@github.com>2023-07-06 09:28:39 +0200
commit49d75d3cf694f87c35b683769f5ffa473931c22a (patch)
treec9850bbda6fde45baf4de40d09df1ce99c28ef50 /internal/version.go
parent5a87c703fadc5037821a80f405fb5b3049c5dc82 (diff)
Version 0.13.1 (#3136)v0.13.1
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 56d61d7b..c42b2039 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 13
- VersionPatch = 0
+ VersionPatch = 1
VersionTag = "" // example: "rc1"
)