From a5aa20308041d38729389202625bbf557529ced2 Mon Sep 17 00:00:00 2001 From: Alexey Lesovsky Date: Sat, 8 Jun 2019 12:25:20 +0500 Subject: [PATCH] v0.6.2 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index b14cdbd..275c591 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -12,7 +12,7 @@ const ( // ProgramVersion is the version of this program ProgramVersion = "0.6" // ProgramRelease is release number of this program - ProgramRelease = "1-devel" + ProgramRelease = "2" // ProgramIssuesUrl is the public URL for posting issues, bug reports and asking questions ProgramIssuesUrl = "https://github.com/lesovsky/pgcenter/issues" )