Skip to content

Commit

Permalink
Update version to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Mar 10, 2023
1 parent 0299c38 commit 51296f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
raise


__version__ = "3.3.3-dev"
__version__ = "3.3.3"

MAX_UINT32 = 0xffffffff
MAX_UINT24 = 0xffffff
Expand Down

0 comments on commit 51296f0

Please sign in to comment.