Bump version to 0.2.1

This commit is contained in:
Tulir Asokan 2020-10-23 11:35:34 +03:00
parent 1437a799e5
commit c6185780f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: gomuks Package: gomuks
Version: 0.1.1-1 Version: 0.2.1-1
Section: net Section: net
Priority: optional Priority: optional
Architecture: amd64 Architecture: amd64

View File

@ -56,7 +56,7 @@ func NewGomuks(uiProvider ifc.UIProvider, configDir, dataDir, cacheDir, download
} }
func (gmx *Gomuks) Version() string { func (gmx *Gomuks) Version() string {
return "v0.2.0" return "v0.2.1"
} }
// Save saves the active session and message history. // Save saves the active session and message history.