Bump version to v0.1.1
This commit is contained in:
parent
aea84c9907
commit
93b758b026
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -44,7 +44,7 @@ var (
|
||||||
Name = "mautrix-whatsapp"
|
Name = "mautrix-whatsapp"
|
||||||
URL = "https://github.com/tulir/mautrix-whatsapp"
|
URL = "https://github.com/tulir/mautrix-whatsapp"
|
||||||
// This is changed when making a release
|
// This is changed when making a release
|
||||||
Version = "0.1.0"
|
Version = "0.1.1"
|
||||||
WAVersion = ""
|
WAVersion = ""
|
||||||
// These are filled at build time with the -X linker flag
|
// These are filled at build time with the -X linker flag
|
||||||
Tag = "unknown"
|
Tag = "unknown"
|
||||||
|
|
Loading…
Reference in a new issue