Sfoglia il codice sorgente

[PR] Version bump for release

- Fixed broken `/phb list` subcommand
Lilith 2 anni fa
parent
commit
f6dd17396b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      HuntBuddy/HuntBuddy.csproj

+ 1 - 1
HuntBuddy/HuntBuddy.csproj

@@ -3,7 +3,7 @@
     <PropertyGroup>
         <TargetFramework>net7.0-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>1.0.4.1</AssemblyVersion>
+        <AssemblyVersion>1.0.4.2</AssemblyVersion>
         <FileVersion>$(AssemblyVersion)</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>