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