add version to default config file

This commit is contained in:
Harvey Tindall
2020-09-05 17:32:13 +01:00
parent 3dd2dbff15
commit 9850545f1b
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
- python3 config/fixconfig.py -i config/config-base.json -o data/config-base.json
- python3 config/fixconfig.py -i config/config-base.json -o data/config-base.json --version {{.Version}}
- python3 config/generate_ini.py -i config/config-base.json -o data/config-default.ini
- python3 -m pip install libsass
- python3 scss/get_node_deps.py