From d7a20f960b894f6625ca95a9f2083615ce29119a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 20 Feb 2018 15:47:18 +0100 Subject: [PATCH] bump v0.1.6.alpha.5 --- Gemfile.lock | 2 +- lib/binda/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2e8a23ed..5b98f6cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - binda (0.1.6.alpha.4) + binda (0.1.6.alpha.5) aasm (>= 4.11, < 4.13) ancestry (>= 2.1, < 3.1) bourbon (= 4.3.4) diff --git a/lib/binda/version.rb b/lib/binda/version.rb index da91cf20..413e7b54 100644 --- a/lib/binda/version.rb +++ b/lib/binda/version.rb @@ -1,3 +1,3 @@ module Binda - VERSION = '0.1.6.alpha.4'.freeze + VERSION = '0.1.6.alpha.5'.freeze end \ No newline at end of file