From 8bacbbac5bcf8bc1f83fe887f1abc996d963551e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 10 Jul 2020 15:24:29 +0300 Subject: [PATCH] Bump version to v0.1.3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 90a5e86..5cd2e8f 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ var ( Name = "mautrix-whatsapp" URL = "https://github.com/tulir/mautrix-whatsapp" // This is changed when making a release - Version = "0.1.2" + Version = "0.1.3" // This is filled by init() WAVersion = "" // These are filled at build time with the -X linker flag