Skip to content

Commit

Permalink
Merge pull request #22 from UnifierHQ/dev
Browse files Browse the repository at this point in the history
Update bump.py
  • Loading branch information
greeeen-dev authored Feb 6, 2025
2 parents 2c02374 + f6b9172 commit 7327e2d
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 7327e2d

Please sign in to comment.