Skip to content

Commit

Permalink
Bump version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 25, 2018
1 parent aa7db2e commit 845d6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

WORKDIR /etc/rawdns

ENV RAWDNS_VERSION 1.6
ENV RAWDNS_VERSION 1.7

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/rawdns/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

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

0 comments on commit 845d6a1

Please sign in to comment.