Update version

This commit is contained in:
Wim 2016-07-12 01:07:37 +02:00
parent c879f79456
commit 815c7f8d64
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
log "github.com/Sirupsen/logrus"
)
var Version = "0.4.2"
var Version = "0.5-dev"
func init() {
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})