diff --git a/Gemfile.lock b/Gemfile.lock index a29e52e..72bda40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cql-rb (1.1.0.pre1) + cql-rb (1.1.0.pre2) GEM remote: https://rubygems.org/ diff --git a/lib/cql/version.rb b/lib/cql/version.rb index 7ca90b2..e2b18ba 100644 --- a/lib/cql/version.rb +++ b/lib/cql/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Cql - VERSION = '1.1.0.pre1'.freeze + VERSION = '1.1.0.pre2'.freeze end \ No newline at end of file