From 6c681d8fe08a91152ce2c870f2e65aafc85e1952 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Tue, 12 Nov 2024 13:22:12 -0700 Subject: [PATCH] Actually release PG17-compatible trunk binary This should be ready to go, will test with remote cargo install after it's pushed. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e2cef2c0..02e4f592 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg-trunk" -version = "0.13.0" +version = "0.14.0" edition = "2021" authors = ["Ian Stanton", "Vinícius Miguel"] description = "A package manager for PostgreSQL extensions"