From d6446d2bfb204a6448e12cf4f029ded82fcea2e9 Mon Sep 17 00:00:00 2001 From: Ryan Nematz Date: Thu, 12 Oct 2017 01:16:49 -0400 Subject: [PATCH] even more update stuff (I know I'm updating this a lot, I need this file on the server to develop the update notifier) --- update/currentReleaseVersion.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update/currentReleaseVersion.js b/update/currentReleaseVersion.js index 415b19fc..312a9f71 100644 --- a/update/currentReleaseVersion.js +++ b/update/currentReleaseVersion.js @@ -1 +1,3 @@ -2.0 \ No newline at end of file +function currentReleaseVersion() { + return 2.0; +} \ No newline at end of file