From 18759676fee43b634c050689877ea0b66bfaae7c Mon Sep 17 00:00:00 2001 From: Scott Thompson Date: Tue, 30 Sep 2014 09:48:40 -0500 Subject: [PATCH] Revert the label to 3.0.0 for the release --- 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 9ecd4a7..6f012a7 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.b2" # version history in the CHANGELOG.textile file at the root of the source + VERSION = "3.0.0" # 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/'