Skip to content

Commit

Permalink
[fix]修复当招募文字含有屏蔽词时,无法招募的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Loskh committed Jan 14, 2021
1 parent c3214dc commit f0f5a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StarlightBreaker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit f0f5a97

Please sign in to comment.