Update Version.py

This commit is contained in:
こうから 2021-07-18 07:32:39 +09:00 committed by GitHub
parent 4909f16474
commit 424eeb1125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import platform
class Version:
version = "0.0.1-SNAPSHOT"
version = "0.0.1"
@staticmethod
def platform() -> Platform: