aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-06-24 13:34:14 +0100
committerMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-06-24 13:34:14 +0100
commit604e30d99fdbb7c822efe31d05a0238064220037 (patch)
treefae242eb0b91365eaabf3ada2500299a85bdd400 /lib
parent5664388ace555bf5add7b72c7db4c3735f826d39 (diff)
downloadpronto-hlint-604e30d99fdbb7c822efe31d05a0238064220037.tar.gz
pronto-hlint-604e30d99fdbb7c822efe31d05a0238064220037.tar.zst
pronto-hlint-604e30d99fdbb7c822efe31d05a0238064220037.zip
Bump version to 0.6.2
Diffstat (limited to 'lib')
-rw-r--r--lib/pronto/eslint/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pronto/eslint/version.rb b/lib/pronto/eslint/version.rb
index 056545e..0b9940a 100644
--- a/lib/pronto/eslint/version.rb
+++ b/lib/pronto/eslint/version.rb
@@ -1,5 +1,5 @@
1module Pronto 1module Pronto
2 module ESLintVersion 2 module ESLintVersion
3 VERSION = '0.6.1'.freeze 3 VERSION = '0.6.2'.freeze
4 end 4 end
5end 5end