Skip to content

Commit

Permalink
Adjusted version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland committed Jan 13, 2022
1 parent 366297c commit 4c90e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Migrator:
"""Class to do all neccecary migration locally for new versions"""

def __init__(self) -> None:
self.program_version = _Version("1.5.1")
self.program_version = _Version("1.5.2")
self.config = configparser.ConfigParser()
self.config.read(CONFIG_PATH)
self.local_version = _Version(self.__get_local_version())
Expand Down

0 comments on commit 4c90e46

Please sign in to comment.