diff options
-rw-r--r-- | deb/DEBIAN/control | 2 | ||||
-rw-r--r-- | 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 @@ -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. |