-SAAS release
This commit is contained in:
parent
60299ff789
commit
695073c116
2
VERSION
2
VERSION
|
@ -1,2 +1,2 @@
|
|||
PRODUCT_ID=Airtime
|
||||
PRODUCT_RELEASE=2.0.0-beta2
|
||||
PRODUCT_RELEASE=2.0.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
define('AIRTIME_VERSION', '2.0.0-beta2');
|
||||
define('AIRTIME_VERSION', '2.0.0');
|
||||
|
|
|
@ -21,7 +21,7 @@ from urlparse import urlparse
|
|||
import base64
|
||||
from configobj import ConfigObj
|
||||
|
||||
AIRTIME_VERSION = "2.0.0-beta2"
|
||||
AIRTIME_VERSION = "2.0.0"
|
||||
|
||||
def api_client_factory(config):
|
||||
logger = logging.getLogger()
|
||||
|
|
Loading…
Reference in New Issue