Increment version

This commit is contained in:
Tyler 2017-09-14 00:40:09 -04:00
parent ca3f9f1709
commit bfb9cc8142
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
"io"
)
var VERSION string = "1.3.3"
var VERSION string = "1.3.4"
func packageName(name string) string {
if index := strings.Index(name, "_"); index != -1 {