From 85a489d89cd3c80b1e7c448a1dd05852c3000ba8 Mon Sep 17 00:00:00 2001 From: BinaryConstruct Date: Sun, 22 Sep 2024 20:01:02 -0500 Subject: [PATCH] 4.16.1 Rerelease --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 2536c945..34899b90 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,5 +1,5 @@ param( - [string] $VersionPrefix = "4.16.0", + [string] $VersionPrefix = "4.16.1", [string] $VersionSuffix = "" )