Skip to content

Commit b0af730

Browse files
author
happy-devs
committed
Force new deployment - trigger fresh build
1 parent da995f0 commit b0af730

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.cursorindexingignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
3+
.specstory/**

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
setup_logging()
2323

2424
# Get application version
25-
app_version = os.environ.get("RELEASE_VERSION", "dev")
25+
app_version = os.environ.get("RELEASE_VERSION", "dev-fixed")
2626
app_env = os.environ.get("ENVIRONMENT", "development")
2727
# Override environment setting if in local mode
2828
if os.environ.get("ENV_MODE") == "local":

0 commit comments

Comments
 (0)