From daa22259294fd3cef2dc72341e1756d05714df1c Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 16 Apr 2020 10:09:44 -0700 Subject: [PATCH] Bump version to 1.9 --- Dockerfile.production | 2 +- cmd/rawdns/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index 62798ff..4a733d3 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -2,7 +2,7 @@ FROM alpine:3.11 WORKDIR /etc/rawdns -ENV RAWDNS_VERSION 1.8 +ENV RAWDNS_VERSION 1.9 RUN set -ex; \ \ diff --git a/cmd/rawdns/version.go b/cmd/rawdns/version.go index ebde645..21f052b 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.8" +const VERSION = "1.9"