-updated version string number

This commit is contained in:
martin 2011-05-30 11:52:47 -04:00
parent 03fae770e5
commit 6cc334f55f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import json
import os
from urlparse import urlparse
AIRTIME_VERSION = "1.8.2"
AIRTIME_VERSION = "1.9.0-devel"
def api_client_factory(config):
if config["api_client"] == "airtime":