Update README.md

This commit is contained in:
2023-12-17 13:53:07 +01:00
parent 6ef9a8012e
commit a36ae5174d
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ usage_info()
}
version_info()
{
echo "Version: 1.0"
echo "Version: $VERSION"
exit 0
}
usage()