Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Mar 21, 2018
1 parent 1ef6d90 commit 5545fdf
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.3"
self.version = "v2.4"
self.source_file = 'sources.xml'
self.encoding = 'utf-8'

Expand Down

0 comments on commit 5545fdf

Please sign in to comment.