diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/foo | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ #!/bin/bash -echo "Hello World, I am a fake project" +declare -r VERSION='VERSION_DEVEL' + +echo "This is version $VERSION of the example template project." |
