Skip to content

Commit

Permalink
[Chore] Bump release version
Browse files Browse the repository at this point in the history
Problem: We need to cut out a new release, thus
release version should be bumped.

Solution: Bump it.
  • Loading branch information
krendelhoff2 committed Oct 4, 2023
1 parent e011df2 commit 9b802af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion baking/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Package that provides systemd services that orchestrate other ser
license = { text = "LicenseRef-MIT-OA" }
requires-python = ">=3.8"
readme = "README.md"
version = "v18.0a"
version = "v18.0b"

[tool.setuptools.packages.find]
where= ["src"]
Expand Down
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 = "a"
letter_version = "b"

buildfile = "setup.py"

Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release": "2",
"release": "3",
"maintainer": "Serokell <[email protected]>",
"tezos_ref": "v18.0"
}

0 comments on commit 9b802af

Please sign in to comment.