mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-17 01:23:17 +08:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
const version = {
|
|
code: 7,
|
|
name: "1.6.50",
|
|
isDev: true
|
|
}
|
|
|
|
module.exports = { version }
|