aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-04-11 13:46:39 +0300
committerMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-04-11 13:46:39 +0300
commit75960b01c9badcb773cc6e2bb14c5b0687e7108c (patch)
tree80a3f3db9f8145022bb8c44c5362bef84e310bc7
parente999d3a611d015e2ee10187fcb490cc61fdf0553 (diff)
downloadpronto-hlint-75960b01c9badcb773cc6e2bb14c5b0687e7108c.tar.gz
pronto-hlint-75960b01c9badcb773cc6e2bb14c5b0687e7108c.tar.zst
pronto-hlint-75960b01c9badcb773cc6e2bb14c5b0687e7108c.zip
Bump version to 0.6.1
-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 11e7eb5..056545e 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.0'.freeze 3 VERSION = '0.6.1'.freeze
4 end 4 end
5end 5end