diff --git a/Gemfile.lock b/Gemfile.lock index 23ff14c..f4e7e04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - erb_lint (0.8.0) + erb_lint (0.9.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) diff --git a/lib/erb_lint/version.rb b/lib/erb_lint/version.rb index ecfa22e..280531d 100644 --- a/lib/erb_lint/version.rb +++ b/lib/erb_lint/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ERBLint - VERSION = "0.8.0" + VERSION = "0.9.0" end