diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 923014cbf5..ffa8563880 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -7,7 +7,7 @@ diff --git a/src/common/version.h b/src/common/version.h index 663274f4c6..19278f8da7 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -4,7 +4,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 0 -#define VERSION_MINOR 13 +#define VERSION_MINOR 14 #define VERSION_REVISION 0 #define VERSION_BUILD 0 diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs index b539917d17..874a944a2c 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 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("0.13.0.0")] -[assembly: AssemblyFileVersion("0.13.0.0")] +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")]