浏览代码

[PR] Version bump for release

- Fixed broken `/phb list` subcommand
Lilith 2 年之前
父节点
当前提交
f6dd17396b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>