Bump package version to 2.0.0
Some checks failed
Build / build (push) Failing after 1m52s

Update package version in build workflow to reflect new release version
This commit is contained in:
2025-01-28 06:33:44 +00:00
parent acd19b5467
commit d56772a8c0

View File

@@ -38,7 +38,7 @@ jobs:
run: | run: |
cd build cd build
sudo checkinstall --pkgname=cpu-check \ sudo checkinstall --pkgname=cpu-check \
--pkgversion=1.0.0 \ --pkgversion=2.0.0 \
--pkgrelease=1 \ --pkgrelease=1 \
--maintainer="maintainer@example.com" \ --maintainer="maintainer@example.com" \
--requires="libabsl-dev" \ --requires="libabsl-dev" \