docs: update SurfSense version comment in .env.example to clarify versioning options

This commit is contained in:
Anish Sarkar 2026-02-26 19:40:36 +05:30
parent 32d092b293
commit bc3db01778

View file

@ -4,7 +4,7 @@
# Database, Redis, and internal service wiring are handled automatically.
# ==============================================================================
# SurfSense version (pin to a specific version like "0.0.13.1" or use "latest")
# SurfSense version (use "latest", a clean version like "0.0.14", or a specific build like "0.0.14.1")
SURFSENSE_VERSION=latest
# ------------------------------------------------------------------------------