aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
Diffstat (limited to 'gomuks.go')
-rw-r--r--gomuks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gomuks.go b/gomuks.go
index e9b9c1e..b3e2f5a 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.1"
+ return "v0.1.2"
}
// Save saves the active session and message history.