Bump version to v0.2.1

This commit is contained in:
Tulir Asokan 2021-11-10 22:54:04 +02:00
parent 6b260dceda
commit 86233f38fb

View file

@ -64,7 +64,7 @@ var (
var (
// Version is the version number of the bridge. Changed manually when making a release.
Version = "0.2.0"
Version = "0.2.1"
// 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.