diff --git a/Gemfile.lock b/Gemfile.lock index 7c039e916..f64d17ffe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mysql2 (0.2.19b6) + mysql2 (0.2.19) GEM remote: https://rubygems.org/ diff --git a/lib/mysql2/version.rb b/lib/mysql2/version.rb index f041d149c..4e6b12ba1 100644 --- a/lib/mysql2/version.rb +++ b/lib/mysql2/version.rb @@ -1,3 +1,3 @@ module Mysql2 - VERSION = "0.2.19b6" + VERSION = "0.2.19" end