From 5c4458384a78f912f0a7375a59b3adc781ce8364 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 24 Jun 2020 16:18:46 +0300 Subject: Bump version to 0.1.1 --- deb/DEBIAN/control | 2 +- gomuks.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 925cc5e..f80c9f7 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: gomuks -Version: 0.1.0-1 +Version: 0.1.1-1 Section: net Priority: optional Architecture: amd64 diff --git a/gomuks.go b/gomuks.go index d5a7458..e9b9c1e 100644 --- a/gomuks.go +++ b/gomuks.go @@ -56,7 +56,7 @@ func NewGomuks(uiProvider ifc.UIProvider, configDir, dataDir, cacheDir, download } func (gmx *Gomuks) Version() string { - return "v0.1.0" + return "v0.1.1" } // Save saves the active session and message history. -- cgit v1.2.3