From 690d1866561f78ef1177d97738babeae80152385 Mon Sep 17 00:00:00 2001 From: "Randall Reed, Jr" Date: Tue, 15 Jan 2019 14:35:23 -0500 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/git_switch/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 21cde7e..11b29e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git_switch (0.3.0) + git_switch (0.3.1) GEM remote: https://rubygems.org/ diff --git a/lib/git_switch/version.rb b/lib/git_switch/version.rb index ebeb76b..bce73aa 100644 --- a/lib/git_switch/version.rb +++ b/lib/git_switch/version.rb @@ -1,3 +1,3 @@ module GitSwitch - VERSION = "0.3.0" + VERSION = "0.3.1" end