diff --git a/Dockerfile.production b/Dockerfile.production index a31895f..5cf6d7c 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -2,7 +2,7 @@ FROM alpine:3.19 WORKDIR /etc/rawdns -ENV RAWDNS_VERSION 1.9 +ENV RAWDNS_VERSION 1.10 RUN set -ex; \ \ diff --git a/cmd/rawdns/version.go b/cmd/rawdns/version.go index 21f052b..560ef4e 100644 --- a/cmd/rawdns/version.go +++ b/cmd/rawdns/version.go @@ -1,4 +1,4 @@ package main // don't forget to update "Dockerfile.production" too! -const VERSION = "1.9" +const VERSION = "1.10"