Skip to content

Commit

Permalink
chore: manually bump uupd version to 1.0.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif authored Dec 26, 2024
1 parent 14d0c2f commit ab85d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/test/renovate/test_renovate.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"ublue-os/uupd": {
"path": "staging/uupd/uupd.spec",
"match": r"Version:\s+\d+",
"replace": r"Version: 0.4",
"match": r"Version:\s+\d[^\s]+",
"replace": r"Version: 0.5.1",
}
}

Expand Down
2 changes: 1 addition & 1 deletion staging/uupd/uupd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: uupd
# renovate: datasource=github-releases depName=ublue-os/uupd
Version: 0.5
Version: 1.0.0
Release: 0%{?dist}
Summary: Centralized update service/checker made for Universal Blue
Vendor: ublue-os
Expand Down

0 comments on commit ab85d57

Please sign in to comment.