From 4de356cb1d47d7407169d75a710520c6cd184fb7 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 7 Jul 2021 19:11:42 -0500 Subject: [PATCH] Version bump: 0.11.8 --- pkg/command/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/command/version.go b/pkg/command/version.go index fe6a5a5..8e077a7 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.7" + Version = "0.11.8" ) var (