From 244295dffd1c82187f677f25412dbe56d51f3d65 Mon Sep 17 00:00:00 2001 From: Scott Thompson Date: Thu, 18 Sep 2014 10:03:33 -0500 Subject: [PATCH] Changed gem label for the 3.0.b2 build --- lib/softlayer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/softlayer/base.rb b/lib/softlayer/base.rb index 6f012a7..9ecd4a7 100644 --- a/lib/softlayer/base.rb +++ b/lib/softlayer/base.rb @@ -12,7 +12,7 @@ module SoftLayer # The version number (including major, minor, and bugfix numbers) # This should change in accordance with the concept of Semantic Versioning - VERSION = "3.0.0" # version history in the CHANGELOG.textile file at the root of the source + VERSION = "3.0.b2" # version history in the CHANGELOG.textile file at the root of the source # The base URL of the SoftLayer API available to the public internet. API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3/'