Skip to content

Commit 630a710

Browse files
committed
Updated version to 1.4.1
1 parent e46ebce commit 630a710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/xenapi/XenAPI/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$restAPI->processRequest();
5757

5858
class RestAPI {
59-
const VERSION = '1.4.dev';
59+
const VERSION = '1.4.1';
6060
const DEFAULT_APIKEY = 'REPLACE_THIS_WITH_AN_API_KEY';
6161
const GENERAL_ERROR = 0x201;
6262
const USER_ERROR = 0x202;

0 commit comments

Comments
 (0)