Skip to content

Commit 78b0147

Browse files
Bump version to 2.5.2
1 parent 39f7f80 commit 78b0147

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/msvc/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# must match version.rc
99
print(f"version strings: {fi_strings}")
10-
assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"2.5.1"}
10+
assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"2.5.2"}

.github/workflows/msvc/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BEGIN
99
// Strings must match test.py
1010
VALUE "CompanyName", "nabijaczleweli\0"
1111
VALUE "ProductName", "rust-embed-resource/example/version\0"
12-
VALUE "ProductVersion", "2.5.1\0"
12+
VALUE "ProductVersion", "2.5.2\0"
1313
END
1414
END
1515

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
# Remember to also update in README
1313
# Remember to also update in .github/workflows/msvc/test.py
1414
# Remember to also update in .github/workflows/msvc/version.rc
15-
version = "2.5.1"
15+
version = "2.5.2"
1616
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
1717
"Cat Plus Plus <piotrlegnica@piotrl.pl>",
1818
"Liigo <liigo@qq.com>",

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
- Visual Studio 2022
33

4-
version: 2.5.1-{build}
4+
version: 2.5.2-{build}
55

66
skip_tags: false
77

0 commit comments

Comments
 (0)