Skip to content

Commit

Permalink
Merge pull request #420 from pangenome/version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
AndreaGuarracino authored Oct 23, 2024
2 parents 52670bd + 53b33c3 commit 0e9c9e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partition-before-pggb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ while true ; do
esac
done

PGGB_RELEASE_VERSION="v0.7.1"
PGGB_RELEASE_VERSION="v0.7.2"
SCRIPT_DIR=$( cd -- "$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" )" )" &> /dev/null && pwd )
GIT_VERSION=$( cd "$SCRIPT_DIR"; git describe --always --tags --long 2> /dev/null || echo $PGGB_RELEASE_VERSION )

Expand Down
2 changes: 1 addition & 1 deletion pggb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ while true ; do
esac
done

PGGB_RELEASE_VERSION="v0.7.1"
PGGB_RELEASE_VERSION="v0.7.2"
SCRIPT_DIR=$( cd -- "$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" )" )" &> /dev/null && pwd )
GIT_VERSION=$( cd "$SCRIPT_DIR"; git describe --always --tags --long 2> /dev/null || echo $PGGB_RELEASE_VERSION )

Expand Down

0 comments on commit 0e9c9e1

Please sign in to comment.