mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Version bump: 0.11.9
This commit is contained in:
parent
d44d1e77e8
commit
7ec1e01edd
@ -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 && \
|
||||
|
@ -2,7 +2,7 @@ package command
|
||||
|
||||
const (
|
||||
// Version is the current Pgweb application version
|
||||
Version = "0.11.8"
|
||||
Version = "0.11.9"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user