Skip to content

Commit 8ed20b6

Browse files
committed
Update ampache.py
1 parent 74ddf4e commit 8ed20b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ampache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class API(object):
3939

4040
def __init__(self):
4141
self.AMPACHE_API = 'xml'
42-
self.AMPACHE_VERSION = '6.6.0'
42+
self.AMPACHE_VERSION = '6.7.0'
4343
self.AMPACHE_SERVER = ''
4444
self.AMPACHE_DEBUG = False
4545
self.DOCS_PATH = 'docs/'

0 commit comments

Comments
 (0)