Skip to content

Commit 1594502

Browse files
chore: bump version to 4.2.51
1 parent 6d15dbd commit 1594502

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.50
1+
4.2.51

clients/c/src/un.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6076,7 +6076,7 @@ void print_usage(const char *prog) {
60766076
* ============================================================================ */
60776077

60786078
const char *unsandbox_version(void) {
6079-
return "4.2.50";
6079+
return "4.2.51";
60806080
}
60816081

60826082
const char *unsandbox_detect_language(const char *filename) {

clients/dotnet/async/src/Un.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
const string API_BASE = "https://api.unsandbox.com";
1414
const string PORTAL_BASE = "https://unsandbox.com";
15-
const string VERSION = "4.2.50";
15+
const string VERSION = "4.2.51";
1616

1717
// ANSI colors
1818
const string BLUE = "\x1B[34m";

clients/dotnet/sync/src/Un.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
const string API_BASE = "https://api.unsandbox.com";
1414
const string PORTAL_BASE = "https://unsandbox.com";
15-
const string VERSION = "4.2.50";
15+
const string VERSION = "4.2.51";
1616

1717
// ANSI colors
1818
const string BLUE = "\x1B[34m";

clients/groovy/sync/src/un.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
* </ol>
7474
*
7575
* @author Permacomputer Project
76-
* @version 4.2.50
76+
* @version 4.2.51
7777
*/
7878

7979
import javax.crypto.Mac

clients/javascript/async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "un-async",
3-
"version": "4.2.50",
3+
"version": "4.2.51",
44
"description": "Unsandbox async JavaScript SDK - Execute code in 50+ languages",
55
"main": "src/un_async.js",
66
"type": "module",

clients/javascript/sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "un-sync",
3-
"version": "4.2.50",
3+
"version": "4.2.51",
44
"description": "unsandbox.com JavaScript SDK (Isomorphic - Node.js + Browser)",
55
"type": "module",
66
"main": "src/un.js",

clients/lua/sync/src/un.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local ltn12 = require("ltn12")
1515

1616
local Un = {}
1717
Un.API_BASE = "https://api.unsandbox.com"
18-
Un.VERSION = "4.2.50"
18+
Un.VERSION = "4.2.51"
1919

2020
-- Credential loading
2121
function Un.load_accounts_csv(path)

clients/perl/sync/src/un.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
use File::HomeDir;
4848
use Time::HiRes qw(time sleep);
4949

50-
our $VERSION = "4.2.50";
50+
our $VERSION = "4.2.51";
5151
our $API_BASE = 'https://api.unsandbox.com';
5252

5353
# Credential system

clients/python/async/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="unsandbox-async",
10-
version="4.2.50",
10+
version="4.2.51",
1111
description="Asynchronous Python SDK for unsandbox.com code execution",
1212
long_description=open("README.md").read() if False else "Async Python SDK for unsandbox code execution",
1313
author="unsandbox.com",

0 commit comments

Comments
 (0)