Update src/node/handler/APIHandler.js

This commit is contained in:
Manuel Knitza 2013-02-12 21:50:14 +01:00
parent e855bafdf9
commit 8c9ad6ee50
1 changed files with 3 additions and 0 deletions

View File

@ -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