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,7 +37,7 @@ var | ||
37 | let defaultConfig = """ | 37 | let defaultConfig = """ |
38 | [blimp] | 38 | [blimp] |
39 | # Minimal version, otherwise stop | 39 | # Minimal version, otherwise stop |
40 | -# version = """ & versionAsString & """ | 40 | +version = """ & versionAsString & """ |
41 | # | 41 | # |
42 | # Set your local blimpstore directory. You can use %home%, | 42 | # Set your local blimpstore directory. You can use %home%, |
43 | # %cwd% and %gitroot% in paths, works cross platform. | 43 | # %cwd% and %gitroot% in paths, works cross platform. |