Skip to content

Commit

Permalink
Bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 17, 2017
1 parent 34e0060 commit 47324eb
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.5

WORKDIR /etc/rawdns

ENV RAWDNS_VERSION 1.4
ENV RAWDNS_VERSION 1.5

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.4"
const VERSION = "1.5"

0 comments on commit 47324eb

Please sign in to comment.