diff --git a/Gemfile.lock b/Gemfile.lock index 8ecdea1..333527f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gel (0.3.0) + gel (0.8.0.pre1) GEM remote: https://rubygems.org/ diff --git a/lib/gel/version.rb b/lib/gel/version.rb index a5e0ad6..d74e925 100644 --- a/lib/gel/version.rb +++ b/lib/gel/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Gel - VERSION = "0.3.0" + VERSION = "0.8.0.pre1" end