Increase version

This commit is contained in:
Jaex 2017-05-04 17:46:29 +03:00
parent 544f580c62
commit c18eda0b4c
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ public static string Title
public static string TitleLong => $"{Title} ({Build})";
public static bool Beta { get; } = false;
public static bool Beta { get; } = true;
public static bool MultiInstance { get; private set; }
public static bool Portable { get; private set; }
public static bool PortableApps { get; private set; }

View file

@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")]
[assembly: AssemblyVersion("11.7.0")]
[assembly: AssemblyFileVersion("11.7.0")]
[assembly: AssemblyVersion("11.8.0")]
[assembly: AssemblyFileVersion("11.8.0")]