We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794e6c2 commit 33b5692Copy full SHA for 33b5692
net/xenapi/XenAPI/api.php
@@ -56,7 +56,7 @@
56
$restAPI->processRequest();
57
58
class RestAPI {
59
- const VERSION = '1.4.fix';
+ const VERSION = '1.4.2';
60
const DEFAULT_APIKEY = 'REPLACE_THIS_WITH_AN_API_KEY';
61
const GENERAL_ERROR = 0x201;
62
const USER_ERROR = 0x202;
0 commit comments