Skip to content

Commit

Permalink
Add GPG key for 1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklucas committed Jan 31, 2020
1 parent 4d85b71 commit 94845f4
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 @@ -79,6 +79,8 @@ elif [ "$flink_version" = "1.9.0" ]; then
gpg_key="1C1E2394D3194E1944613488F320986D35C33D6A"
elif [ "$flink_version" = "1.9.1" ]; then
gpg_key="E2C45417BED5C104154F341085BACB5AEFAE3202"
elif [ "$flink_version" = "1.9.2" ]; then
gpg_key="EF88474C564C7A608A822EEC3FF96A2057B6476C"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit 94845f4

Please sign in to comment.