aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WarframeClock/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WarframeClock/Program.cs b/WarframeClock/Program.cs
index f390adc..e5aa189 100644
--- a/WarframeClock/Program.cs
+++ b/WarframeClock/Program.cs
@@ -6,7 +6,7 @@ namespace WarframeClock
{
class Program
{
- public static readonly string VersionString = "Warframe Clock Overlay 2019-01-17";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-01-22";
public static readonly bool UseWorldStatePhp = true;
private static Timer worldStateFetchTimer;