Add frontend/public/favicon.svg (the TopNav LogoMark glyph as a standalone SVG) and link it from index.html so the StackPilot logo shows in browser tabs. Vite copies public/ into dist on build. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 lines
89 B
Python
4 lines
89 B
Python
"""Single source of truth for the StackPilot release version."""
|
|
|
|
APP_VERSION = "0.36.1"
|