From d243adbe0001a34ee497cc1772246f9e28b372c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com>
Date: Fri, 13 Oct 2023 00:05:12 +0200
Subject: [PATCH] version added
---
lago-anna.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lago-anna.sh b/lago-anna.sh
index 13fd489..2917269 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
--
GitLab