12 lines
192 B
Python
12 lines
192 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
# Ghink Minecraft Launcher
|
|
# Copyleft Ghink Network Studio
|
|
# Bigsk (https://www.xiaxinzhe.cn)
|
|
# See the LICENSE
|
|
#
|
|
|
|
VERSION = (
|
|
"Alpha",
|
|
(1, 0, 0)
|
|
) |