set version constant to current release

This commit is contained in:
Brian Lopez 2010-04-06 01:22:35 -07:00
parent 5a81a170be
commit f830c10405
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ require 'mysql2_ext'
#
# A modern MySQL client library for Ruby, binding to libmysql
module Mysql2
VERSION = "0.0.1"
VERSION = "0.1.0"
end