Bump version to v0.15.0

This commit is contained in:
Tulir Asokan 2023-03-16 12:31:10 +02:00
commit 50fab945c6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## v0.15.0 (unreleased)
## v0.15.0 (2023-03-16)
### beta.3 (2023-03-15)

View file

@ -1,5 +1,5 @@
package mautrix
const Version = "v0.15.0-beta.3"
const Version = "v0.15.0"
var DefaultUserAgent = "mautrix-go/" + Version