From b658b4ec46b0c4085a8504341d5d07e98deab42d Mon Sep 17 00:00:00 2001 From: Marc Boeker Date: Sat, 23 Dec 2023 17:29:38 +0100 Subject: [PATCH] Update version number --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01383843..d8116c66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ To upgrade to a new version of DuckDB: -1. Create a new branch with the current version number in it. E.g. `v0.9.0`. +1. Create a new branch with the current version number in it. E.g. `v0.9.2`. 2. Change `DUCKDB_VERSION` in `Makefile` to match the version in the branch name. 3. Push the updated `Makefile` and create a PR. 4. Wait for Github Actions to pre-compile the static libraries in `deps`. They will be committed automatically to the branch.