]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commitdiff
Fix Rubocop warning about freezing strings
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>
Sun, 28 Feb 2016 15:53:42 +0000 (17:53 +0200)
committerMindaugas Mozūras <mindaugas.mozuras@gmail.com>
Sun, 28 Feb 2016 15:53:42 +0000 (17:53 +0200)
lib/pronto/eslint/version.rb

index d59d88a1bfeac9c8f0604e12769dc38d94b168ae..8c1e300b37562add1a079d3190d30980fc5ac26b 100644 (file)
@@ -1,5 +1,5 @@
 module Pronto
   module ESLintVersion
-    VERSION = '0.5.0'
+    VERSION = '0.5.0'.freeze
   end
 end