Skip to content

Commit e045720

Browse files
committed
Updated version number to 3.0.1
1 parent 0f921a7 commit e045720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/softlayer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module SoftLayer
1313
# The version number (including major, minor, and bugfix numbers)
1414
# This should change in accordance with the concept of Semantic Versioning
15-
VERSION = "3.0.0" # version history in the CHANGELOG.textile file at the root of the source
15+
VERSION = "3.0.1" # version history in the CHANGELOG.textile file at the root of the source
1616

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

0 commit comments

Comments
 (0)