From 8c9ad6ee504bc1aa8d057118354a4eaacb077a50 Mon Sep 17 00:00:00 2001 From: Manuel Knitza Date: Tue, 12 Feb 2013 21:50:14 +0100 Subject: [PATCH] Update src/node/handler/APIHandler.js --- src/node/handler/APIHandler.js | 3 +++ 1 file changed, 3 insertions(+) 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