From c9f4a1d6a928f6e9135f396cdc8a8e1335fc6a8d Mon Sep 17 00:00:00 2001 From: Scott Thompson Date: Thu, 3 Sep 2015 10:05:37 -0500 Subject: [PATCH] Fixes #103 Update version to 3.1.1 --- 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 1d13261..ada6f8e 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.2" # version history in the CHANGELOG.textile file at the root of the source + VERSION = "3.1.1" # 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/'