1
0
Fork 0

Increment version number

This commit is contained in:
Chteufleur 2015-10-20 21:52:36 +02:00
parent 930d161f68
commit d1bcc5a4b5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var (
)
func init() {
xmpp.Version = "0.1.0"
xmpp.Version = "0.1.1"
err := cfg.Load(configurationFilePath, mapConfig)
if err != nil {