Version bump: 0.11.9

This commit is contained in:
Dan Sosedoff 2021-10-08 21:30:45 -05:00
parent d44d1e77e8
commit 7ec1e01edd
No known key found for this signature in database
GPG Key ID: 26186197D282B164
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.14
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.11.8
ENV PGWEB_VERSION 0.11.9
RUN \
apk update && \

View File

@ -2,7 +2,7 @@ package command
const (
// Version is the current Pgweb application version
Version = "0.11.8"
Version = "0.11.9"
)
var (