From 86233f38fb67e748a16f26030ed10d9f397af0f3 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 10 Nov 2021 22:54:04 +0200 Subject: [PATCH] Bump version to v0.2.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7d09cfa..37845e7 100644 --- a/main.go +++ b/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.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.