Skip to content

Commit

Permalink
fix(version) - fix tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
giladlevy7 committed Aug 9, 2022
1 parent eb59ffc commit 49d6811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rivery_cli/globals/global_settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

# SET THE VERSION
__version__ = "0.4.1"
__version__ = "0.4.2"

# CONSTANTS
AVAILABE_RIVER_TYPES = ['logic']
Expand Down

0 comments on commit 49d6811

Please sign in to comment.