aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-06-24 16:18:46 +0300
committerTulir Asokan <tulir@maunium.net>2020-06-24 16:18:46 +0300
commit5c4458384a78f912f0a7375a59b3adc781ce8364 (patch)
treefde91cffdd5bd97e11fabb1cef474ae1d7f3f64c /gomuks.go
parent3d86311612cfa18999699d4722b80edfb3e0c448 (diff)
Bump version to 0.1.1
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 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.