aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-01-22 21:22:56 +0900
committerYour Name <you@example.com>2019-01-23 00:27:57 +0900
commit674e84a336b3abcf800680769c84ae895210006e (patch)
treee535a40f31fc5b8b2088815e92abdcfcff5c16a9
parentc7aa963003dcc953750dd29e2d3c6a47d18a113f (diff)
downloadwf-clock-674e84a336b3abcf800680769c84ae895210006e.tar.gz
2019-01-222019-01-22
-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;