aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deb/DEBIAN/control2
-rw-r--r--gomuks.go2
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.