From 1edf8bb9e1028620e0f946266d2a933f493b7c20 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 4 Sep 2020 17:53:53 +0300 Subject: [PATCH] Bump version to v0.1.4 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 571a539..e769ac5 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.3" + Version = "0.1.4" // This is filled by init() WAVersion = "" // These are filled at build time with the -X linker flag