diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-11-16 11:37:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 11:37:03 +0000 |
commit | e81ef1649b468126a88a5ccce925f4e4ac865bf4 (patch) | |
tree | ed2d48d3fb03c74d5c14bdb7233a872c45b51a08 /internal | |
parent | a9e715b5c5abb658989846d7a6b5f50fab250957 (diff) |
Version 0.5.1 (#2047)v0.5.1
* Version bump, changelog
* Update to matrix-org/pinecone@8c7a1ad
* Update to matrix-org/pinecone@febf350
Diffstat (limited to 'internal')
-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 cdda60e2..88123693 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 5 - VersionPatch = 0 + VersionPatch = 1 VersionTag = "" // example: "rc1" ) |