diff --git a/lago-anna.sh b/lago-anna.sh index 13fd489a5f575eec947cad7147f6657932259ac7..2917269e43b01d3c1b1525aa7207e26598cf01a4 100755 --- a/lago-anna.sh +++ b/lago-anna.sh @@ -10,15 +10,13 @@ # License: BSD-3-Clause # See the LICENSE file in the project root for full license information. ################################################################################ -VERSION="1.5" +VERSION="1.5.0" export LAGO_ANNA=${PWD} -export LAGO_ANNA_VERSION=${VERSION} date=$(date -u) echo "# ## Changes added by the LAGO ANNA suite on $date # export LAGO_ANNA=\"${LAGO_ANNA}\" -export LAGO_ANNA_VERSION=\"${VERSION}\" export PATH=\"\${LAGO_ANNA}:\$PATH\" " >> ${HOME}/.bashrc source ${HOME}/.bashrc \ No newline at end of file