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.