MCPcopy Create free account
hub / github.com/apache/fory / bump_swift_version

Function bump_swift_version

ci/release.py:650–656  ·  view source on GitHub ↗
(new_version)

Source from the content-addressed store, hash-verified

648
649
650def bump_swift_version(new_version):
651 _bump_version(
652 "swift",
653 "README.md",
654 new_version,
655 _update_swift_readme_dependency_version,
656 )
657
658
659def _update_pom_parent_version(lines, new_version):

Callers 1

bump_versionFunction · 0.85

Calls 1

_bump_versionFunction · 0.85

Tested by

no test coverage detected