Skip to content

Commit

Permalink
Bump version to v0.2.6 (#4534)
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored Jul 3, 2018
1 parent e3307e3 commit 1d046eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# To enable, set SPOOF_USER_AGENT = True
SPOOF_USER_AGENT = False
INSTANCE_ID = str(uuid.uuid1())
VERSION = '0.2.5'
VERSION = '0.2.6'
USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
instance=INSTANCE_ID)
Expand Down

0 comments on commit 1d046eb

Please sign in to comment.