mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2025-03-04 16:30:29 +01:00
Bump version to v0.2.2
This commit is contained in:
parent
cb3a9a381c
commit
d3fc0ed43f
3 changed files with 4 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -14,7 +14,7 @@ require (
|
|||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||||
maunium.net/go/mauflag v1.0.0
|
||||
maunium.net/go/maulogger/v2 v2.3.1
|
||||
maunium.net/go/mautrix v0.10.7-0.20211216152136-eead69535244
|
||||
maunium.net/go/mautrix v0.10.7
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
4
go.sum
4
go.sum
|
@ -221,5 +221,5 @@ maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M=
|
|||
maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA=
|
||||
maunium.net/go/maulogger/v2 v2.3.1 h1:fwBYJne0pHvJrrIPHK+TAPfyxxbBEz46oVGez2x0ODE=
|
||||
maunium.net/go/maulogger/v2 v2.3.1/go.mod h1:TYWy7wKwz/tIXTpsx8G3mZseIRiC5DoMxSZazOHy68A=
|
||||
maunium.net/go/mautrix v0.10.7-0.20211216152136-eead69535244 h1:T5kmB+OjrLkcZ8VQYTgHNQ7FllFsr6klb/JtOrldUhs=
|
||||
maunium.net/go/mautrix v0.10.7-0.20211216152136-eead69535244/go.mod h1:k4Ng5oci83MEbqPL6KOjPdbU7f8v01KlMjR/zTQ+7mA=
|
||||
maunium.net/go/mautrix v0.10.7 h1:QV5vbCY4g50N7r1ihdG6zEPfaPn/EVYjM5H+qfLy4RM=
|
||||
maunium.net/go/mautrix v0.10.7/go.mod h1:k4Ng5oci83MEbqPL6KOjPdbU7f8v01KlMjR/zTQ+7mA=
|
||||
|
|
2
main.go
2
main.go
|
@ -64,7 +64,7 @@ var (
|
|||
|
||||
var (
|
||||
// Version is the version number of the bridge. Changed manually when making a release.
|
||||
Version = "0.2.1"
|
||||
Version = "0.2.2"
|
||||
// WAVersion is the version number exposed to WhatsApp. Filled in init()
|
||||
WAVersion = ""
|
||||
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.
|
||||
|
|
Loading…
Add table
Reference in a new issue