mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-16 00:53:17 +08:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
const version = {
|
|
code: 6,
|
|
name: "1.5",
|
|
isDev: true
|
|
}
|
|
|
|
module.exports = { version }
|