Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Nov 21, 2018
1 parent 78d568d commit 3786030
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 @@ -39,7 +39,7 @@
long = int

INSTANCE_ID = str(uuid.uuid1())
VERSION = '0.2.12'
VERSION = '0.2.13'
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 3786030

Please sign in to comment.