Increment version

This commit is contained in:
Tyler 2017-09-11 22:42:27 -04:00
parent 3c922d7445
commit 4a802968f1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
"github.com/go-ini/ini" "github.com/go-ini/ini"
) )
var VERSION string = "1.1.0" var VERSION string = "1.2.0"
func packageName(name string) string { func packageName(name string) string {
if index := strings.Index(name, "_"); index != -1 { if index := strings.Index(name, "_"); index != -1 {