Updated API version

This commit is contained in:
Claudio Sanches 2015-12-07 14:54:14 -02:00
parent 61c3e74d4f
commit f4168e8fcc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class WC_API {
/** This is the major version for the REST API and takes
* first-order position in endpoint URLs.
*/
const VERSION = '3.0.0';
const VERSION = '3.1.0';
/** @var WC_API_Server the REST API server */
public $server;