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