diff --git a/Dockerfile b/Dockerfile index cce4376..bc9d0ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.8 +ENV PGWEB_VERSION 0.11.9 RUN \ apk update && \ diff --git a/pkg/command/version.go b/pkg/command/version.go index 3e43d66..5870291 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -2,7 +2,7 @@ package command const ( // Version is the current Pgweb application version - Version = "0.11.8" + Version = "0.11.9" ) var (