Update rand.js

This commit is contained in:
Namhyeon Go 2022-01-15 21:42:56 +09:00 committed by GitHub
parent 31dce1d5c7
commit c88e45ff39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,6 @@ exports.uuidv4 = uuidv4;
exports.shuffle = shuffle;
exports.rotate = rotate;
exports.VERSIONINFO = "Random Module (random.js) version 0.2";
exports.VERSIONINFO = "Random Module (rand.js) version 0.3";
exports.global = global;
exports.require = global.require;