diff --git a/.env b/.env index fafb78c..4f11bbf 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ GOPATH=/Users/runeimp/dev/apps/ballistic -VERSION=0.4.0 \ No newline at end of file +VERSION=0.4.1 \ No newline at end of file diff --git a/README.md b/README.md index 91154f5..fffa0f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ballistic v0.4.0 +Ballistic v0.4.1 ================ Command line ballistics calculator diff --git a/src/github.com/runeimp/locale/numbers.go b/src/github.com/runeimp/locale/numbers.go index 8002146..dc9e21f 100644 --- a/src/github.com/runeimp/locale/numbers.go +++ b/src/github.com/runeimp/locale/numbers.go @@ -13,7 +13,7 @@ package locale // import ( // "fmt" - "log" + // "log" "regexp" "strconv" "strings"