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 0417a26 commit 773f9d7Copy full SHA for 773f9d7
add-version.sh
@@ -110,6 +110,8 @@ elif [ "$flink_version" = "2.0-preview1" ]; then
110
gpg_key="8D56AE6E7082699A4870750EA4E8C4C05EE6861F"
111
elif [ "$flink_version" = "2.0.0" ]; then
112
gpg_key="F8E419AA0B60C28879E876859DFF40967ABFC5A4"
113
+elif [ "$flink_version" = "2.0.1" ]; then
114
+ gpg_key="E60A9680590FF0FF13B9DE01224C2311410823C4"
115
else
116
error "Missing GPG key ID for this release"
117
fi
0 commit comments