From a915953380382b8b2f795664c694f513d82586a0 Mon Sep 17 00:00:00 2001 From: bartes Date: Fri, 12 Jan 2018 01:09:19 +0100 Subject: [PATCH] version up --- Gemfile.lock | 2 +- lib/castle/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f585607e..56591def 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - castle-rb (3.2.0) + castle-rb (3.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/castle/version.rb b/lib/castle/version.rb index 18a1d034..8042f392 100644 --- a/lib/castle/version.rb +++ b/lib/castle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Castle - VERSION = '3.2.0' + VERSION = '3.3.0' end