summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-29 00:53:05 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 01:00:44 +0200
commitef658b5e65bfef1c1ee62125ec6f0c33a27eb7e7 (patch)
tree88b265cb06e76b54c6f467b65e944457bd7c308d /Makefile
parent3791de72267fc1b561e7f22595c9e90353f2f351 (diff)
Add histogram plot type, display bar chart labels on the right instead of overlapping.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27c9814..6df4d2c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.1.2
+VERSION = 1.1.3
APP := jp
PACKAGES := $(shell go list -f {{.Dir}} ./...)