mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Should set low version field to 0 in bump-version.
This commit is contained in:
@@ -48,6 +48,8 @@ def parse_version(version):
|
||||
|
||||
|
||||
def increase_version(versions, index):
|
||||
for i in range(index + 1, 4):
|
||||
versions[i] = '0'
|
||||
versions[index] = str(int(versions[index]) + 1)
|
||||
return versions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user