Skip to content

Commit

Permalink
Merge pull request #418 from pangenome/version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
AndreaGuarracino authored Oct 22, 2024
2 parents 1a3aae4 + 48697cc commit c3714fc
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.6.0"
PGGB_RELEASE_VERSION="v0.7.1"
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.6.0"
PGGB_RELEASE_VERSION="v0.7.1"
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 c3714fc

Please sign in to comment.