diff --git a/appveyor.yml b/appveyor.yml
index d57d6ac..a85a31c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,7 +11,7 @@
#---------------------------------#
# Please don't edit it manually, use the `build.bat version` command instead.
-version: 0.4.3-build-0{build}
+version: 0.4.4-build-0{build}
image: Visual Studio 2022
diff --git a/nuspecs/stdump.nuspec b/nuspecs/stdump.nuspec
index f8ed8b3..94dbd17 100644
--- a/nuspecs/stdump.nuspec
+++ b/nuspecs/stdump.nuspec
@@ -16,6 +16,9 @@
diagnostics stacktrace minidump process clrmd
https://github.com/HangfireIO/stdump/releases
+0.4.4
+• Changed – Merge the 'System.ValueTuple' assembly into the executable files.
+
0.4.3
• Changed – Merge 'System.Runtime.InteropServices.RuntimeInformation' assembly into executable files.
diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs
index 825fbb7..2f2ce2f 100644
--- a/src/SharedAssemblyInfo.cs
+++ b/src/SharedAssemblyInfo.cs
@@ -11,4 +11,4 @@
[assembly: CLSCompliant(false)]
// Please don't edit it manually, use the `build.bat version` command instead.
-[assembly: AssemblyVersion("0.4.3")]
+[assembly: AssemblyVersion("0.4.4")]