diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 02e4f592..802b588b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg-trunk" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["Ian Stanton", "Vinícius Miguel"] description = "A package manager for PostgreSQL extensions" diff --git a/cli/src/commands/publish.rs b/cli/src/commands/publish.rs index c25f8e31..13b5bb5f 100644 --- a/cli/src/commands/publish.rs +++ b/cli/src/commands/publish.rs @@ -255,7 +255,7 @@ impl SubCommand for PublishCommand { // If no file is specified, read file from working dir with format // .trunk/-.tar.gz. // Error if file is not found - let possible_suffixes = ["", "-pg14", "-pg15", "-pg16"]; + let possible_suffixes = ["", "-pg14", "-pg15", "-pg16", "-pg17"]; for suffix in possible_suffixes { let file = format!(