Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Mar 24, 2018
1 parent 9f299de commit a192faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acmebot
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class AcmeManager(object):
def __init__(self):
self.script_dir = os.path.dirname(os.path.realpath(__file__))
self.script_name = os.path.basename(__file__)
self.script_version = '2.0.1'
self.script_version = '2.0.2'

self._color_codes = {
'black': 30,
Expand Down

0 comments on commit a192faa

Please sign in to comment.