From 097dda4ce06d829ca76c8fe44412dc21c16f391a Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 4 Jul 2020 16:22:10 +0300 Subject: [PATCH] Bump version to v0.1.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2ff2505..90a5e86 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.1" + Version = "0.1.2" // This is filled by init() WAVersion = "" // These are filled at build time with the -X linker flag