Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
Updated version string
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Sep 6, 2023
1 parent 9818852 commit 5c25b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqmsquare_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def load_cfg() -> dict:

### default values === >
cfg = {}
cfg["VERSION"] = "1.1.1"
cfg["VERSION"] = "1.2.0"

cfg["ENV"] = os.environ.get("ENV", "development")
cfg["SLEEP_TIME"] = 5 # sec, int
Expand Down

0 comments on commit 5c25b6d

Please sign in to comment.