Skip to content

Commit

Permalink
Bump vip version to 7.9.0 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartcharbon authored Jul 21, 2024
1 parent fe1c010 commit 778b152
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.8.0"
VIP_VERSION="7.9.0"

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

0 comments on commit 778b152

Please sign in to comment.