Skip to content

Commit

Permalink
Bump version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 16, 2020
1 parent 95ca3a5 commit daa2225
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.8
ENV RAWDNS_VERSION 1.9

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.8"
const VERSION = "1.9"

0 comments on commit daa2225

Please sign in to comment.