Update src/node/handler/APIHandler.js

This commit is contained in:
Manuel Knitza 2013-02-12 21:37:09 +01:00
parent 3bb475515a
commit 4d65c41dfb

View file

@ -216,7 +216,7 @@ var version =
}
};
// sets the latest available API version here
// set the latest available API version here
exports.latestApiVersion = '1.2.7';
/**