From a272ef6f40de8f356c5b0f843ebe86d153730c94 Mon Sep 17 00:00:00 2001
From: Christopher Gallo <chrisagallo@gmail.com>
Date: Thu, 9 Jan 2025 13:30:34 -0600
Subject: [PATCH] v6.2.6 version bump

---
 SoftLayer/consts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py
index 136e2800d..2a1d23eaf 100644
--- a/SoftLayer/consts.py
+++ b/SoftLayer/consts.py
@@ -5,7 +5,7 @@
 
     :license: MIT, see LICENSE for more details.
 """
-VERSION = 'v6.2.5'
+VERSION = 'v6.2.6'
 API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
 API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
 API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'