From 943c5570231f4301525f6a50383d29bb4047cb83 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 19 Jan 2024 08:31:45 -0800 Subject: [PATCH] Bump version to 1.10 --- Dockerfile.production | 2 +- cmd/rawdns/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"