Skip to content

Commit 9d3b67d

Browse files
committed
Fix the poorly handled 2.2.1 version
1 parent 9007849 commit 9d3b67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*2.2.1*
1+
*2.2.2*
22
* Fixed a bug in BareMetalServerOrder_Package.rb where the order template did not use an array for the "hardware" key. This lead to an order template that would be accepted by verifyOrder, but rejected by placeOrder. An internal issue to review verifyOrder has also been generated. (reported by Rohit Singh)
33

44
*2.2*

lib/softlayer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# - +$SL_API_BASE_URL+- The default URL used to access the SoftLayer API. This defaults to the value of +SoftLayer::API_PUBLIC_ENDPOINT+
3232
#
3333
module SoftLayer
34-
VERSION = "2.2.1" # version history in the CHANGELOG.textile file at the root of the source
34+
VERSION = "2.2.2" # version history in the CHANGELOG.textile file at the root of the source
3535

3636
# The base URL of the SoftLayer API available to the public internet.
3737
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3/'

0 commit comments

Comments
 (0)