This commit is contained in:
2025-10-07 03:00:42 +08:00
parent 7fc53e4113
commit 4ac12479cc
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
#!/usr/bin/env python3
ver = "0.3.7"
stage = "prod_rev1"
stage = "prod_rev1"
def get_stage():
result = stage
return result