diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index f80c9f7..a382777 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: gomuks -Version: 0.1.1-1 +Version: 0.2.1-1 Section: net Priority: optional Architecture: amd64 diff --git a/gomuks.go b/gomuks.go index 104e7c4..6601408 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.2.0" + return "v0.2.1" } // Save saves the active session and message history.