From e2024aa1e4f622b80e7950268b3929068485d187 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 28 Dec 2020 18:57:30 +0200 Subject: [PATCH] Bump version to v0.1.5 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0a77a42..bee34d7 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ var ( Name = "mautrix-whatsapp" URL = "https://github.com/tulir/mautrix-whatsapp" // This is changed when making a release - Version = "0.1.4" + Version = "0.1.5" // This is filled by init() WAVersion = "" // These are filled at build time with the -X linker flag