Skip to content

Commit

Permalink
Update bump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev authored Feb 6, 2025
1 parent 54a02e2 commit f6b9172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
unifier_data = json.load(file)

release = unifier_data['release']
reboot = unifier_data['reboot']
version = unifier_data['version']

with open('update.json', 'r') as file:
data = json.load(file)

data['release'] = int(release)
data['reboot'] = int(reboot)
data['version'] = version

with open('update.json', 'w') as file:
Expand Down

0 comments on commit f6b9172

Please sign in to comment.