mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 10:43:38 +00:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.version = void 0;
|
|
exports.version = {
|
|
major: 4,
|
|
minor: 3,
|
|
patch: 6,
|
|
};
|