Skip to content

Commit 47324eb

Browse files
committed
Bump version to 1.5
1 parent 34e0060 commit 47324eb

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.5
22

33
WORKDIR /etc/rawdns
44

5-
ENV RAWDNS_VERSION 1.4
5+
ENV RAWDNS_VERSION 1.5
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.4"
4+
const VERSION = "1.5"

0 commit comments

Comments
 (0)