Skip to content

Commit

Permalink
Update version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsey0 committed Apr 12, 2020
1 parent 4e1cfb8 commit 4fb679e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Advisor/AdvisorPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void OnUpdate()
{
}

public Version Version => new Version(1, 0, 8);
public Version Version => new Version(1, 0, 10);

public async Task CheckForUpdate()
{
Expand Down
4 changes: 2 additions & 2 deletions Advisor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.10.0")]
[assembly: AssemblyFileVersion("1.0.10.0")]

0 comments on commit 4fb679e

Please sign in to comment.