From fed96bbfbb43a145858800fb350d337a08ff35c6 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Sat, 9 Sep 2023 19:43:50 +0200 Subject: [PATCH] Update version number to v0.4.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ca4662f..678d133b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(Corrosion # tagged release. Users don't need to care about this, it is mainly to # clearly see in configure logs which version was used, without needing to # rely on `git`, since Corrosion may be installed or otherwise packaged. - VERSION 0.4.2.1 + VERSION 0.4.3 LANGUAGES NONE HOMEPAGE_URL "https://corrosion-rs.github.io/corrosion/" )