From bd0587779e68832cf382fe49b6b2e99474bcf81f Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 20 Jun 2026 01:26:26 -0500 Subject: [PATCH] Fix packages --- nfpm.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfpm.yaml.in b/nfpm.yaml.in index fb1689d..d7c89d4 100644 --- a/nfpm.yaml.in +++ b/nfpm.yaml.in @@ -56,7 +56,7 @@ version_schema: semver # This is appended to the `version` after `prerelease`. This should be # incremented if you release an updated package of the same upstream version, # and it should reset to 1 when bumping the version. -#release: 1 +release: 1 # Section. # This is only used by the deb packager.