aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WarframeClock/App.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WarframeClock/App.xaml.cs b/WarframeClock/App.xaml.cs
index 48721b2..20fb314 100644
--- a/WarframeClock/App.xaml.cs
+++ b/WarframeClock/App.xaml.cs
@@ -11,7 +11,7 @@ namespace WarframeClock
/// </summary>
public partial class App : Application
{
- public static readonly string VersionString = "Warframe Clock Overlay 2019-10-06";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-10-06v2";
public static readonly string WebsiteUriString = "https://poepoe.org/warframe/clock/";
private static readonly bool DEBUG = false;
public static readonly Uri WebsiteUri = new Uri(WebsiteUriString);