chore: bump version to 4.2.50

This commit is contained in:
russell@unturf.com 2026-01-29 18:40:49 -05:00
parent a28e1e5cc0
commit 6d15dbdb16
14 changed files with 14 additions and 14 deletions

View file

@ -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.49";
const string VERSION = "4.2.50";
// ANSI colors
const string BLUE = "\x1B[34m";

View file

@ -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.49";
const string VERSION = "4.2.50";
// ANSI colors
const string BLUE = "\x1B[34m";