From fa2a28c977a822bc3e3b631cac2addc9b161ecd9 Mon Sep 17 00:00:00 2001 From: Josef Nemec Date: Fri, 17 Mar 2023 14:59:28 +0100 Subject: [PATCH] 10.12 version bump --- source/Playnite/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Playnite/Properties/AssemblyInfo.cs b/source/Playnite/Properties/AssemblyInfo.cs index b63016b7a..36983f98a 100644 --- a/source/Playnite/Properties/AssemblyInfo.cs +++ b/source/Playnite/Properties/AssemblyInfo.cs @@ -35,7 +35,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("10.11.0.*")] +[assembly: AssemblyVersion("10.12.0.*")] [assembly: InternalsVisibleTo("Playnite.Tests")] [assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Playnite")] [assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Playnite.Controls")]