diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2025-01-16 19:42:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 19:42:51 +0100 |
commit | 40bef6a423d91fff69afb1cfb926d0b1612f38ec (patch) | |
tree | 14890d37d2bcd658380e7b17b56f42a47dbbf2ea /internal/version.go | |
parent | e9cc37ac52ff1611ddf055a95e65869806041038 (diff) |
Version v0.14.1 (#3501)v0.14.1helm-dendrite-0.15.1
Diffstat (limited to 'internal/version.go')
-rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index d262146b..5df808d7 100644 --- a/internal/version.go +++ b/internal/version.go @@ -18,7 +18,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 14 - VersionPatch = 0 + VersionPatch = 1 VersionTag = "" // example: "rc1" gitRevLen = 7 // 7 matches the displayed characters on github.com |