From 0074c79f312524ba6e2f23dff0f52e99195f5869 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 5 Nov 2021 14:49:49 +0200 Subject: [PATCH] Bump version to v0.2.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4783fe5..0b4f1b0 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+dev" + Version = "0.2.0" // 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.