summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-28 22:32:57 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-28 22:37:41 +0200
commit3ca42b8dca6cc9705f7a783413726422429dc3fa (patch)
tree380b35045a5af7e312f505feed1f9505c01de5cf /Makefile
parent3cb5e051644e65899ae426d5c596282257dbb222 (diff)
Add CSV support1.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88397cb..27c9814 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.1.1
+VERSION = 1.1.2
APP := jp
PACKAGES := $(shell go list -f {{.Dir}} ./...)