Skip to content

Commit

Permalink
[Chore] Reset letter_version for v18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serokell-bot committed Nov 20, 2023
1 parent e0a9daa commit c0ecf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/package/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class TezosBakingServicesPackage(AbstractPackage):
# native releases, so we append an extra letter to the version of
# the package.
# This should be reset to "" whenever the native version is bumped.
letter_version = "c"
letter_version = ""

buildfile = "setup.py"

Expand Down

0 comments on commit c0ecf17

Please sign in to comment.