We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api-load-test.sh
1 parent 81cc729 commit b5be887Copy full SHA for b5be887
1 file changed
.circleci/api-load-test.sh
@@ -14,7 +14,7 @@
14
set -e
15
16
# Build version of Marquez
17
-readonly MARQUEZ_VERSION="0.30.0-SNAPSHOT"
+readonly MARQUEZ_VERSION="0.31.0-SNAPSHOT"
18
# Fully qualified path to marquez.jar
19
readonly MARQUEZ_JAR="api/build/libs/marquez-api-${MARQUEZ_VERSION}.jar"
20
0 commit comments