Skip to content

Commit

Permalink
update snapshot version in api-load-test.sh (#2409)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <merobi@gmail.com>
  • Loading branch information
merobi-hub authored Feb 7, 2023
1 parent 81cc729 commit b5be887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/api-load-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set -e

# Build version of Marquez
readonly MARQUEZ_VERSION="0.30.0-SNAPSHOT"
readonly MARQUEZ_VERSION="0.31.0-SNAPSHOT"
# Fully qualified path to marquez.jar
readonly MARQUEZ_JAR="api/build/libs/marquez-api-${MARQUEZ_VERSION}.jar"

Expand Down

0 comments on commit b5be887

Please sign in to comment.