Include VERSION in .env.sample #1

Merged
moosemower merged 1 commits from version-in-env into main 2026-04-26 23:46:11 +00:00

View File

@ -6,3 +6,5 @@ DOMAIN=rtm-astro-recipe.example.com
#EXTRA_DOMAINS=', `www.rtm-astro-recipe.example.com`'
LETS_ENCRYPT_ENV=production
VERSION=x.x.x
moosemower marked this conversation as resolved Outdated

I would prefer changing this to VERSION=x.x.x to avoid someone getting confused and attempting to update the version in the recipe rather than in the config file

I would prefer changing this to `VERSION=x.x.x` to avoid someone getting confused and attempting to update the version in the recipe rather than in the config file

Replaced! Force-pushed a new version.

Replaced! Force-pushed a new version.