chore: bump version to 4.2.22
Consolidate dotnet SDK with sync/async implementations and add CI testing. Move API and portal off pool to prevent failover when cammy is loaded.
This commit is contained in:
parent
b0c9fd51ad
commit
bc3af266bc
15 changed files with 70 additions and 232 deletions
|
|
@ -12,7 +12,7 @@ using System.Text.Json.Serialization;
|
|||
|
||||
const string API_BASE = "https://api.unsandbox.com";
|
||||
const string PORTAL_BASE = "https://unsandbox.com";
|
||||
const string VERSION = "4.2.6";
|
||||
const string VERSION = "4.2.22";
|
||||
|
||||
// ANSI colors
|
||||
const string BLUE = "\x1B[34m";
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Text.Json.Serialization;
|
|||
|
||||
const string API_BASE = "https://api.unsandbox.com";
|
||||
const string PORTAL_BASE = "https://unsandbox.com";
|
||||
const string VERSION = "4.2.6";
|
||||
const string VERSION = "4.2.22";
|
||||
|
||||
// ANSI colors
|
||||
const string BLUE = "\x1B[34m";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue