From 5c963d1a990b55ccb3043beb80ae4ca71572aa72 Mon Sep 17 00:00:00 2001 From: Damien White Date: Tue, 6 Dec 2011 19:19:11 -0500 Subject: [PATCH] Updated version number --- lib/ruby_odata/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_odata/version.rb b/lib/ruby_odata/version.rb index a27adb8..da93734 100644 --- a/lib/ruby_odata/version.rb +++ b/lib/ruby_odata/version.rb @@ -1,3 +1,3 @@ module OData - VERSION = "0.0.10" + VERSION = "0.1.0" end