From 7ec1e01edd1bccfe7216b9bff1bdb4de47ec3a05 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 8 Oct 2021 21:30:45 -0500 Subject: [PATCH] Version bump: 0.11.9 --- Dockerfile | 2 +- pkg/command/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (