Skip to content

Commit

Permalink
Add GPG key for 1.16.2 release (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa authored May 25, 2023
1 parent f841eac commit b1856de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions add-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ elif [ "$flink_version" = "1.16.0" ]; then
gpg_key="EB3FE0FA3282FAF822E434AE3C2C9FFB59DF9F3E"
elif [ "$flink_version" = "1.16.1" ]; then
gpg_key="A5F3BCE4CBE993573EC5966A65321B8382B219AF"
elif [ "$flink_version" = "1.16.2" ]; then
gpg_key="8D56AE6E7082699A4870750EA4E8C4C05EE6861F"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit b1856de

Please sign in to comment.