Skip to content

Commit 845d6a1

Browse files
committed
Bump version to 1.7
1 parent aa7db2e commit 845d6a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.7
22

33
WORKDIR /etc/rawdns
44

5-
ENV RAWDNS_VERSION 1.6
5+
ENV RAWDNS_VERSION 1.7
66

77
RUN set -ex; \
88
\

src/cmd/rawdns/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
// don't forget to update "Dockerfile.production" too!
4-
const VERSION = "1.6"
4+
const VERSION = "1.7"

0 commit comments

Comments
 (0)