summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Knitza <manuel.knitza@uni.kn>2013-02-12 21:50:14 +0100
committerManuel Knitza <manuel.knitza@uni.kn>2013-02-12 21:50:14 +0100
commit8c9ad6ee504bc1aa8d057118354a4eaacb077a50 (patch)
treee000bf42bc934d2bdc9a9a12c076e18ef444ccea
parente855bafdf9e5d6217d929e1f4d1933e673e3acac (diff)
downloadetherpad-lite-8c9ad6ee504bc1aa8d057118354a4eaacb077a50.zip
Update src/node/handler/APIHandler.js
-rw-r--r--src/node/handler/APIHandler.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node/handler/APIHandler.js b/src/node/handler/APIHandler.js
index 9f86277a..8be5b5fe 100644
--- a/src/node/handler/APIHandler.js
+++ b/src/node/handler/APIHandler.js
@@ -216,6 +216,9 @@ var version =
}
};
+// set the latest available API version here
+exports.latestApiVersion = '1.2.7';
+
/**
* Handles a HTTP API call
* @param functionName the name of the called function