- version string change for 2.0.1
This commit is contained in:
parent
a1dfad0c50
commit
860a5e4f7e
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
define('AIRTIME_VERSION', '2.0.0');
|
||||
define('AIRTIME_VERSION', '2.0.1');
|
||||
|
|
|
@ -21,7 +21,7 @@ from urlparse import urlparse
|
|||
import base64
|
||||
from configobj import ConfigObj
|
||||
|
||||
AIRTIME_VERSION = "2.0.0"
|
||||
AIRTIME_VERSION = "2.0.1"
|
||||
|
||||
def api_client_factory(config):
|
||||
logger = logging.getLogger()
|
||||
|
|
Loading…
Reference in New Issue