Update std.js

This commit is contained in:
Namhyeon Go 2022-05-09 17:58:31 +09:00 committed by GitHub
parent 336c0b7be1
commit a2b3383c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,7 +388,7 @@ global.splitLn = splitLn;
global.addslashes = addslashes;
global.AsyncFunction = AsyncFunction;
exports.VERSIONINFO = "Standard Library (std.js) version 0.6";
exports.VERSIONINFO = "Standard Library (std.js) version 0.7";
exports.global = global;
exports.require = global.require;