From db8f1f434e7ffc9f57eef0758a19e9ad63dab827 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mindaugas=20Moz=C5=ABras?= Date: Sun, 28 Feb 2016 17:53:42 +0200 Subject: [PATCH] Fix Rubocop warning about freezing strings --- lib/pronto/eslint/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pronto/eslint/version.rb b/lib/pronto/eslint/version.rb index d59d88a..8c1e300 100644 --- a/lib/pronto/eslint/version.rb +++ b/lib/pronto/eslint/version.rb @@ -1,5 +1,5 @@ module Pronto module ESLintVersion - VERSION = '0.5.0' + VERSION = '0.5.0'.freeze end end -- 2.41.0