summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/foo4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/foo b/src/foo
index eabe0de..8ccad18 100755
--- a/src/foo
+++ b/src/foo
@@ -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."