From 9ec819e91a8313f383bf788fb448c9e8d1753f4a Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Mon, 14 Nov 2022 09:07:56 -0800 Subject: [PATCH] added version number to newProject script --- bash/newProject.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/newProject.bash b/bash/newProject.bash index 87c737b..24cae76 100644 --- a/bash/newProject.bash +++ b/bash/newProject.bash @@ -1,4 +1,8 @@ #!/bin/bash +################################################################################ +# Nix install symfony bash script +# v1.0.0 +################################################################################ echo "*** Starting New Symfony Project ***"