Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 30, 2019
1 parent 37d80f6 commit 809d624
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.11

WORKDIR /etc/rawdns

ENV RAWDNS_VERSION 1.7
ENV RAWDNS_VERSION 1.8

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 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.7"
const VERSION = "1.8"

0 comments on commit 809d624

Please sign in to comment.