aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2019-10-06 15:58:12 +0900
committerKazuki Yamaguchi <k@rhe.jp>2019-10-06 15:58:12 +0900
commit445a568828ca65fc4faf10e64f893866fa0f6bc2 (patch)
tree43fabed76602afccd6da8fb754ea3b5db01e981a
parent40d2ca5120162d834181ccae1f7941407cff1830 (diff)
downloadwf-clock-445a568828ca65fc4faf10e64f893866fa0f6bc2.tar.gz
2019-10-062019-10-06
-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 8b7025d..48721b2 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-07-20";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-10-06";
public static readonly string WebsiteUriString = "https://poepoe.org/warframe/clock/";
private static readonly bool DEBUG = false;
public static readonly Uri WebsiteUri = new Uri(WebsiteUriString);