Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Nov 23, 2020
1 parent 8c8d21d commit d502d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudiscovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
print("Python 3.8 or newer is required", file=sys.stderr)
sys.exit(1)

__version__ = "2.3"
__version__ = "2.4.2"

AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]

Expand Down

0 comments on commit d502d1c

Please sign in to comment.