master
yutent 2023-09-08 17:25:11 +08:00
parent 6f7141560a
commit 89717b4019
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
build = (0, 5, 0) build = (0, 6, 0)
version = '.'.join(map(str, build)) version = '.'.join(map(str, build))