Skip to content

Commit 4fb679e

Browse files
committed
Update version to 1.0.10
1 parent 4e1cfb8 commit 4fb679e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Advisor/AdvisorPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void OnUpdate()
9292
{
9393
}
9494

95-
public Version Version => new Version(1, 0, 8);
95+
public Version Version => new Version(1, 0, 10);
9696

9797
public async Task CheckForUpdate()
9898
{

Advisor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.8.0")]
36-
[assembly: AssemblyFileVersion("1.0.8.0")]
35+
[assembly: AssemblyVersion("1.0.10.0")]
36+
[assembly: AssemblyFileVersion("1.0.10.0")]

0 commit comments

Comments
 (0)