Skip to content

Commit

Permalink
Version 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Apr 4, 2018
1 parent 7155e8a commit 3dc5890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AssemblyVersion.cs
@@ -1,6 +1,6 @@

using System.Reflection;

[assembly: AssemblyVersion("2.3.7")]
[assembly: AssemblyFileVersion("2.3.7")]
[assembly: AssemblyVersion("2.3.8")]
[assembly: AssemblyFileVersion("2.3.8")]

2 changes: 1 addition & 1 deletion AssemblyVersion.tt
Expand Up @@ -7,5 +7,5 @@ using System.Reflection;
[assembly: AssemblyFileVersion("<#= this.version #>")]

<#+
string version = "2.3.7";
string version = "2.3.8";
#>

0 comments on commit 3dc5890

Please sign in to comment.