From b5c1f4b55f5ca2f3f82f92067bb285d8ff7e7946 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Wed, 25 May 2022 20:21:56 +0200 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/format-staged/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 73d17ab..bc27cc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.0.1) + format-staged (0.0.2) GEM remote: http://rubygems.org/ diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index eb9c0cb..a0e42c2 100644 --- a/lib/format-staged/version.rb +++ b/lib/format-staged/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class FormatStaged - VERSION = '0.0.1' + VERSION = '0.0.2' end