From f830c104057dc263ded9c13384312b6c5ab3d846 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 6 Apr 2010 01:22:35 -0700 Subject: [PATCH] set version constant to current release --- lib/mysql2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mysql2.rb b/lib/mysql2.rb index 837b35b..ef41970 100644 --- a/lib/mysql2.rb +++ b/lib/mysql2.rb @@ -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 \ No newline at end of file