aboutsummaryrefslogtreecommitdiff
path: root/src/Properties
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-03-22 15:14:43 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-03-22 15:14:43 +0300
commit5dcc91e4a13e35588a8b0dfc8fda391076122a0b (patch)
tree91a8ef9db5fc5aa4781da28c190efa5d66782a1b /src/Properties
parentf190e27948255303c73a6b457ad1c3af1c88dba9 (diff)
Fix null reference error
Diffstat (limited to 'src/Properties')
-rw-r--r--src/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs
index b348361..5f1731a 100644
--- a/src/Properties/AssemblyInfo.cs
+++ b/src/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.4")]
-[assembly: AssemblyFileVersion("1.0.4")]
+[assembly: AssemblyVersion("1.0.4.1")]
+[assembly: AssemblyFileVersion("1.0.4.1")]