From 488d24bde6c8b97e3a15e87c1ffe6301ade1031e Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Mon, 12 Mar 2018 01:53:55 -0700 Subject: [PATCH 1/2] Minor bugfix --- src/github.com/runeimp/locale/numbers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From b06b278c6b3cc4bfe5d52ace43f1139fc0491bf3 Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Mon, 12 Mar 2018 01:54:37 -0700 Subject: [PATCH 2/2] Update version info --- .env | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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