From 21fd920bccbbd11e90be3493f25600486241ebd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 6 Mar 2024 15:52:18 +0100 Subject: [PATCH] Bump version to 2.4.2 --- .github/workflows/msvc/test.py | 2 +- .github/workflows/msvc/version.rc | 2 +- Cargo.toml | 2 +- appveyor.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msvc/test.py b/.github/workflows/msvc/test.py index f5c639c..30e7219 100755 --- a/.github/workflows/msvc/test.py +++ b/.github/workflows/msvc/test.py @@ -7,4 +7,4 @@ # must match version.rc print(f"version strings: {fi_strings}") -assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"2.4.1"} +assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"2.4.2"} diff --git a/.github/workflows/msvc/version.rc b/.github/workflows/msvc/version.rc index 86d6a1e..f58611a 100644 --- a/.github/workflows/msvc/version.rc +++ b/.github/workflows/msvc/version.rc @@ -9,7 +9,7 @@ BEGIN // Strings must match test.py VALUE "CompanyName", "nabijaczleweli\0" VALUE "ProductName", "rust-embed-resource/example/version\0" - VALUE "ProductVersion", "2.4.1\0" + VALUE "ProductVersion", "2.4.2\0" END END diff --git a/Cargo.toml b/Cargo.toml index e8d2c45..6bd3a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" # Remember to also update in README # Remember to also update in .github/workflows/msvc/test.py # Remember to also update in .github/workflows/msvc/version.rc -version = "2.4.1" +version = "2.4.2" authors = ["наб ", "Cat Plus Plus ", "Liigo ", diff --git a/appveyor.yml b/appveyor.yml index 8ece3cd..91850de 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: - Visual Studio 2022 -version: 2.4.1-{build} +version: 2.4.2-{build} skip_tags: false