mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 05:24:53 +01:00
Fix typo in bump-version script once again
This commit is contained in:
parent
f61a82a568
commit
abc83f6cb0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def write_version(version: Version):
|
|||
sub(
|
||||
'esphome/const.py',
|
||||
r"^PATCH_VERSION = .*$",
|
||||
f"PATCH_VERSION = '{version.full_patch}''"
|
||||
f"PATCH_VERSION = '{version.full_patch}'"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue