From 961b8031f6614be300d3b10eec9d2f54323026d9 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 3 Sep 2024 11:30:26 +1000 Subject: [PATCH] VERSION: back to development Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f4c62b89c..c8dfad5e186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * libct/userns: split userns detection from internal userns code. (#4331) * rootfs: consolidate mountpoint creation logic. (#4359) * Add Go 1.23, drop 1.21. (#4360) - * Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION. (#4370) + * Revert "allow overriding VERSION value in Makefile" and add `EXTRA_VERSION`. + (#4370) * Mv contrib/cmd tests/cmd (except memfd-bind). (#4377) - * Makefile: Don't read COMMIT, BUILDTAGS, EXTRA_BUILDTAGS from env vars. (#4380) + * Makefile: Don't read COMMIT, BUILDTAGS, `EXTRA_BUILDTAGS` from env vars. + (#4380) ## [1.2.0-rc.2] - 2024-06-26 diff --git a/VERSION b/VERSION index 6410ff441a3..ab33538a802 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0-rc.3 +1.2.0-rc.3+dev