We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f464c8 commit 1b040d0Copy full SHA for 1b040d0
scripts/update_sdk_version.sh
@@ -2,6 +2,8 @@
2
3
set -uex
4
5
+DAPR_JAVA_SDK_VERSION=$1
6
+
7
# The workflows sdk tracks the regular SDK minor and patch versions, just not the major.
8
# Replaces the workflows SDK major version to 0 until it is stable.
9
DAPR_JAVA_WORKFLOWS_SDK_VERSION=`echo $DAPR_JAVA_SDK_VERSION | sed 's/^[0-9]*\./0./'`
0 commit comments