Skip to content

Commit

Permalink
merged pr9
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelinsky7 committed Jan 11, 2018
1 parent e9cf024 commit dd66793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("0.0.10.0")]
[assembly: AssemblyFileVersion("0.0.10.0")]
[assembly: AssemblyInformationalVersion("0.0.10.0")]
[assembly: AssemblyVersion("0.0.11.0")]
[assembly: AssemblyFileVersion("0.0.11.0")]
[assembly: AssemblyInformationalVersion("0.0.11.0")]
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is file serve the purpose of testing the version of the last release
# The only required line is the version line
0.0.10.0
0.0.11.0

0 comments on commit dd66793

Please sign in to comment.