From c6ad78428c65349d3db5ef4a4c3c064fb77a9b91 Mon Sep 17 00:00:00 2001 From: Joel Ambass Date: Tue, 25 Jun 2019 12:33:48 +0200 Subject: [PATCH] Bump sane_patch to 0.2.0 --- Gemfile.lock | 2 +- lib/sane_patch/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72cccfc..2738e96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sane_patch (0.1.0) + sane_patch (0.2.0) GEM remote: https://rubygems.org/ diff --git a/lib/sane_patch/version.rb b/lib/sane_patch/version.rb index 89d3d50..51e3a9d 100644 --- a/lib/sane_patch/version.rb +++ b/lib/sane_patch/version.rb @@ -1,3 +1,3 @@ module SanePatch - VERSION = "0.1.0" + VERSION = "0.2.0" end