From 7441449908277740237b36eda11e6a52d77b7a21 Mon Sep 17 00:00:00 2001 From: Ryan Nematz Date: Sat, 23 Feb 2019 18:59:53 -0500 Subject: [PATCH] enable update for 2.2 --- update/currentReleaseVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/currentReleaseVersion.js b/update/currentReleaseVersion.js index a57cae0e..5d4b5aeb 100644 --- a/update/currentReleaseVersion.js +++ b/update/currentReleaseVersion.js @@ -1,3 +1,3 @@ function currentReleaseVersion() { - return 210; + return 220; } \ No newline at end of file