Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-23 18:29:49 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-23 18:37:51 +0300
commit92b2c2f6bd2ba9639aeaa5214a7e8185dc845e7c (patch)
treee53a3d6c57dd6490336d0993455e45acf7d2fc57 /Properties
parent509b3f316b29d6b5ee61752b91e9015c5c6e8623 (diff)
Tiny bugfix
Diffstat (limited to 'Properties')
-rw-r--r--Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 30567c0b..22484124 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// 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("2.0.30.11")]
-[assembly: AssemblyFileVersion("2.0.30.11")]
+[assembly: AssemblyVersion("2.0.30.13")]
+[assembly: AssemblyFileVersion("2.0.30.13")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]