forked from MirrorHub/mautrix-whatsapp
Bump version to v0.2.0
This commit is contained in:
parent
433aaf3829
commit
0074c79f31
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -64,7 +64,7 @@ var (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version is the version number of the bridge. Changed manually when making a release.
|
// Version is the version number of the bridge. Changed manually when making a release.
|
||||||
Version = "0.2.0+dev"
|
Version = "0.2.0"
|
||||||
// WAVersion is the version number exposed to WhatsApp. Filled in init()
|
// WAVersion is the version number exposed to WhatsApp. Filled in init()
|
||||||
WAVersion = ""
|
WAVersion = ""
|
||||||
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.
|
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.
|
||||||
|
|
Loading…
Reference in a new issue