Skip to content

Commit

Permalink
Bump vip version 7.4.0 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartcharbon authored Feb 9, 2024
1 parent 8b807ab commit f57ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SCRIPT_NAME="$(basename "$0")"
# SCRIPT_DIR is incorrect when vip.sh is submitted as a Slurm job that is submitted as part of another Slurm job
VIP_DIR="${VIP_DIR:-"${SCRIPT_DIR}"}"

VIP_VERSION="7.3.0"
VIP_VERSION="7.4.0"

display_version() {
echo -e "${VIP_VERSION}"
Expand Down

0 comments on commit f57ed1c

Please sign in to comment.