diff --git a/Gemfile.lock b/Gemfile.lock index 32d33b8..93c71ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cql-rb (1.1.0.pre8) + cql-rb (1.1.0.rc0) GEM remote: https://rubygems.org/ diff --git a/lib/cql/version.rb b/lib/cql/version.rb index 9119bba..36a8cdf 100644 --- a/lib/cql/version.rb +++ b/lib/cql/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Cql - VERSION = '1.1.0.pre8'.freeze + VERSION = '1.1.0.rc0'.freeze end \ No newline at end of file