Skip to content

Commit

Permalink
Updated version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Contex committed Dec 23, 2014
1 parent e46ebce commit 630a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xenapi/XenAPI/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
$restAPI->processRequest();

class RestAPI {
const VERSION = '1.4.dev';
const VERSION = '1.4.1';
const DEFAULT_APIKEY = 'REPLACE_THIS_WITH_AN_API_KEY';
const GENERAL_ERROR = 0x201;
const USER_ERROR = 0x202;
Expand Down

0 comments on commit 630a710

Please sign in to comment.