diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 60601ac..79302ef 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: gomuks -Version: 0.2.2-1 +Version: 0.2.3-1 Section: net Priority: optional Architecture: amd64 diff --git a/gomuks.go b/gomuks.go index 1cb9503..76c91f3 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.2" + return "v0.2.3" } // Save saves the active session and message history.