diff options
author | Mindaugas Mozūras <mindaugas.mozuras@gmail.com> | 2016-03-14 23:08:20 +0200 |
---|---|---|
committer | Mindaugas Mozūras <mindaugas.mozuras@gmail.com> | 2016-03-14 23:08:20 +0200 |
commit | e533ba772fe648b7282dafb0b56e90046b686536 (patch) | |
tree | 92c8b0c864a4ad923744796cb8176300424ee66c | |
parent | b338a7ad2866cec61a0409fc0745c18d8883d9c8 (diff) | |
download | pronto-hlint-e533ba772fe648b7282dafb0b56e90046b686536.tar.gz pronto-hlint-e533ba772fe648b7282dafb0b56e90046b686536.tar.zst pronto-hlint-e533ba772fe648b7282dafb0b56e90046b686536.zip |
Bump version to 0.6.0
-rw-r--r-- | lib/pronto/eslint/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pronto/eslint/version.rb b/lib/pronto/eslint/version.rb index 8c1e300..11e7eb5 100644 --- a/lib/pronto/eslint/version.rb +++ b/lib/pronto/eslint/version.rb | |||
@@ -1,5 +1,5 @@ | |||
1 | module Pronto | 1 | module Pronto |
2 | module ESLintVersion | 2 | module ESLintVersion |
3 | VERSION = '0.5.0'.freeze | 3 | VERSION = '0.6.0'.freeze |
4 | end | 4 | end |
5 | end | 5 | end |