Skip to content

Commit

Permalink
Version bump: 0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Oct 9, 2021
1 parent d44d1e7 commit 7ec1e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.14
LABEL maintainer="Dan Sosedoff <[email protected]>"
ENV PGWEB_VERSION 0.11.8
ENV PGWEB_VERSION 0.11.9

RUN \
apk update && \
Expand Down
2 changes: 1 addition & 1 deletion pkg/command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package command

const (
// Version is the current Pgweb application version
Version = "0.11.8"
Version = "0.11.9"
)

var (
Expand Down

0 comments on commit 7ec1e01

Please sign in to comment.