diff --git a/appveyor.yml b/appveyor.yml index 5b24aea..024f769 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ image: # - Ubuntu2204 # Please don't edit it manually, use the `build.bat version` command instead. -version: 0.8.3-build-0{build} +version: 0.8.4-build-0{build} environment: SIGNPATH_API_TOKEN: diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 81fb74d..d6ef1fd 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -11,4 +11,4 @@ [assembly: CLSCompliant(true)] // Please don't edit it manually, use the `build.bat version` command instead. -[assembly: AssemblyVersion("0.8.3")] \ No newline at end of file +[assembly: AssemblyVersion("0.8.4")]