Commit 7d1929db5e540c063d702af0e2f46f646c9599c8
1 parent
6884d534
Added version in config template
Showing
1 changed file
with
1 additions
and
1 deletions
blimp.nim
... | ... | @@ -37,7 +37,7 @@ var |
37 | 37 | let defaultConfig = """ |
38 | 38 | [blimp] |
39 | 39 | # Minimal version, otherwise stop |
40 | -# version = """ & versionAsString & """ | |
40 | +version = """ & versionAsString & """ | |
41 | 41 | # |
42 | 42 | # Set your local blimpstore directory. You can use %home%, |
43 | 43 | # %cwd% and %gitroot% in paths, works cross platform. | ... | ... |