version to 0.6.6 (#4050)

This commit is contained in:
takatost
2024-05-02 16:06:40 +08:00
committed by GitHub
parent 4ea2755fce
commit 93393e005e
3 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ class Config:
# ------------------------
# General Configurations.
# ------------------------
self.CURRENT_VERSION = "0.6.5"
self.CURRENT_VERSION = "0.6.6"
self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = get_env('EDITION')
self.DEPLOY_ENV = get_env('DEPLOY_ENV')