diff --git a/NppNavigateTo/Properties/AssemblyInfo.cs b/NppNavigateTo/Properties/AssemblyInfo.cs index 8f72b6b..04681c2 100644 --- a/NppNavigateTo/Properties/AssemblyInfo.cs +++ b/NppNavigateTo/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.5.4.0")] -[assembly: AssemblyFileVersion("2.5.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.6.0.0")] +[assembly: AssemblyFileVersion("2.6.0.0")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index c10f7a1..002b059 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.5.4.{build} +version: 2.6.0.{build} image: Visual Studio 2019