diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | nfpm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ all: -FJVER := 9.0.3 +FJVER := 10.0.0 dirs: dirs-amd64 dirs-arm-6 dirs-arm64 dirs-amd64: diff --git a/nfpm/Makefile b/nfpm/Makefile index 2de1c9e..0ba3418 100644 --- a/nfpm/Makefile +++ b/nfpm/Makefile @@ -1,4 +1,4 @@ -FJVER := 9.0.2 +FJVER := 10.0.0 all: skel chglog build |