From d15b3a3ef55e8abaafcaad6f643687aecdbb086d Mon Sep 17 00:00:00 2001 From: Adam Pallozzi Date: Thu, 10 Feb 2022 17:27:04 +1100 Subject: [PATCH] Bump the version --- Gemfile.lock | 2 +- lib/bullet_train/roles/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7bfd173..6a7358c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - bullet_train-roles (0.1.3) + bullet_train-roles (0.1.4) active_hash activesupport cancancan diff --git a/lib/bullet_train/roles/version.rb b/lib/bullet_train/roles/version.rb index 46e0da6..c440a68 100644 --- a/lib/bullet_train/roles/version.rb +++ b/lib/bullet_train/roles/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Roles - VERSION = "0.1.3" + VERSION = "0.1.4" end