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 e46ebce commit 630a710Copy full SHA for 630a710
net/xenapi/XenAPI/api.php
@@ -56,7 +56,7 @@
56
$restAPI->processRequest();
57
58
class RestAPI {
59
- const VERSION = '1.4.dev';
+ const VERSION = '1.4.1';
60
const DEFAULT_APIKEY = 'REPLACE_THIS_WITH_AN_API_KEY';
61
const GENERAL_ERROR = 0x201;
62
const USER_ERROR = 0x202;
0 commit comments