Skip to content

Commit 1875967

Browse files
committed
Revert the label to 3.0.0 for the release
1 parent 244295d commit 1875967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.b2" # version history in the CHANGELOG.textile file at the root of the source
15+
VERSION = "3.0.0" # 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)