Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ NEXT_PUBLIC_APP_NAME=GhostClass
# (calculate-version job). A GitHub Secret here would always be stale after
# an auto-version bump. Keep in sync with package.json for local dev only.
# 🔨 Build-time (auto-derived from git tag by pipeline — not a GitHub Secret)
NEXT_PUBLIC_APP_VERSION=3.0.6
NEXT_PUBLIC_APP_VERSION=3.0.7

# ⚠️ Your production domain WITHOUT https://
# All URL-based variables are derived from this.
Expand Down
Loading