Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Jul 7, 2018
1 parent 3e3ce5f commit d9535db
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 @@ -153,7 +153,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.2.0'
self.script_version = '2.2.1'

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

0 comments on commit d9535db

Please sign in to comment.