Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 6ca389b

Browse files
author
shin-
committed
Bumped version to 0.6.8
1 parent b600a18 commit 6ca389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import toolkit
1414

1515

16-
VERSION = '0.6.7'
16+
VERSION = '0.6.8'
1717
app = flask.Flask('docker-registry')
1818
cfg = config.load()
1919
loglevel = getattr(logging, cfg.get('loglevel', 'INFO').upper())

0 commit comments

Comments
 (0)