diff --git a/YDL-UI/Properties/AssemblyInfo.cs b/YDL-UI/Properties/AssemblyInfo.cs index 73a032b..a3700fe 100644 --- a/YDL-UI/Properties/AssemblyInfo.cs +++ b/YDL-UI/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // 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("2.6.11.0")] -[assembly: AssemblyFileVersion("2.6.11.0")] +[assembly: AssemblyVersion("2.6.12.0")] +[assembly: AssemblyFileVersion("2.6.12.0")] [assembly: NeutralResourcesLanguage("")] diff --git a/appveyor.yml b/appveyor.yml index 7d0f771..4b86be1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.6.11.{build} +version: 2.6.12.{build} skip_tags: true image: Visual Studio 2019 configuration: ReleasePortable