set version constant to current release
This commit is contained in:
parent
5a81a170be
commit
f830c10405
|
@ -5,5 +5,5 @@ require 'mysql2_ext'
|
||||||
#
|
#
|
||||||
# A modern MySQL client library for Ruby, binding to libmysql
|
# A modern MySQL client library for Ruby, binding to libmysql
|
||||||
module Mysql2
|
module Mysql2
|
||||||
VERSION = "0.0.1"
|
VERSION = "0.1.0"
|
||||||
end
|
end
|
Loading…
Reference in New Issue