Version bump: 0.11.9
This commit is contained in:
parent
d44d1e77e8
commit
7ec1e01edd
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.14
|
FROM alpine:3.14
|
||||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||||
ENV PGWEB_VERSION 0.11.8
|
ENV PGWEB_VERSION 0.11.9
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
@ -2,7 +2,7 @@ package command
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the current Pgweb application version
|
// Version is the current Pgweb application version
|
||||||
Version = "0.11.8"
|
Version = "0.11.9"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user