Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Feb 28, 2018
1 parent d6dbbb5 commit 9a4fad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Reaper(Ui_MainWindow):
def __init__(self, window, app, show=True):
super().__init__()

self.version = "v2.1"
self.version = "v2.2"
self.source_file = 'sources.xml'

self.window = window
Expand Down

0 comments on commit 9a4fad3

Please sign in to comment.