From 16998a3b022d0078541eed5d0db2684908364ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Mon, 4 Jan 2021 17:43:57 +0100 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/erb_lint/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cd027186..a53a1ab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - erb_lint (0.0.35) + erb_lint (0.0.36) activesupport better_html (~> 1.0.7) html_tokenizer diff --git a/lib/erb_lint/version.rb b/lib/erb_lint/version.rb index 2a077a5f..a5ba5767 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.0.35' + VERSION = '0.0.36' end