Update std.js

This commit is contained in:
Namhyeon Go 2022-10-21 10:47:06 +09:00 committed by GitHub
parent 0ed6697c03
commit f067c39f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -474,7 +474,7 @@ global.splitLn = splitLn;
global.addslashes = addslashes;
global.AsyncFunction = AsyncFunction;
exports.VERSIONINFO = "Standard Library (std.js) version 0.7.3";
exports.VERSIONINFO = "Standard Library (std.js) version 0.7.4";
exports.global = global;
exports.require = global.require;