diff options
author | mail_redacted_for_web | 2025-06-15 17:11:37 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-06-15 17:11:37 +0200 |
commit | aa853ab6c2d7614cd7d9888503d3f303df378504 (patch) | |
tree | 0f37448785f7132d41c5c8a0491f8f2cd0ab8e1d | |
parent | 1b0ac760a462e4046dae51c47a312628b3ad7acb (diff) | |
download | forgejo-lirion-aa853ab6c2d7614cd7d9888503d3f303df378504.tar.bz2 |
Raise version to 11.0.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | nfpm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ all: -FJVER := 10.0.2 +FJVER := 11.0.1 dirs: dirs-amd64 dirs-arm-6 dirs-arm64 dirs-amd64: diff --git a/nfpm/Makefile b/nfpm/Makefile index 01d6d60..a684157 100644 --- a/nfpm/Makefile +++ b/nfpm/Makefile @@ -1,4 +1,4 @@ -FJVER := 10.0.2 +FJVER := 11.0.1 all: skel chglog build |