Skip to content

Commit

Permalink
updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Studer committed Aug 31, 2015
1 parent 3897841 commit 404179b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Org.BeyondComputing.NewRelic.Brocade.VTM.v12.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
2 changes: 1 addition & 1 deletion VTMAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public override string Version
{
get
{
return "1.0.0";
return "1.1.0";
}
}

Expand Down

0 comments on commit 404179b

Please sign in to comment.