Skip to content

Commit

Permalink
Add GPG key for 1.19.0 release
Browse files Browse the repository at this point in the history
This closes #187
  • Loading branch information
lincoln-lil authored Mar 18, 2024
1 parent 44f0582 commit 7549f2d
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 @@ -102,6 +102,8 @@ elif [ "$flink_version" = "1.17.0" ]; then
gpg_key="A1BD477F79D036D2C30CA7DBCA8AEEC2F6EB040B"
elif [ "$flink_version" = "1.18.0" ]; then
gpg_key="96AE0E32CBE6E0753CE6DF6CB078D1D3253A8D82"
elif [ "$flink_version" = "1.19.0" ]; then
gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit 7549f2d

Please sign in to comment.