From 5afc940df877739ee4f5d7bc58e9ab95c04d3602 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Sun, 6 Jul 2025 03:35:00 -0400 Subject: [PATCH] Bump release version to 1.0.4 --- GENTOO/{pgmon-1.0.4-rc1.ebuild => pgmon-1.0.4.ebuild} | 0 src/pgmon.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename GENTOO/{pgmon-1.0.4-rc1.ebuild => pgmon-1.0.4.ebuild} (100%) diff --git a/GENTOO/pgmon-1.0.4-rc1.ebuild b/GENTOO/pgmon-1.0.4.ebuild similarity index 100% rename from GENTOO/pgmon-1.0.4-rc1.ebuild rename to GENTOO/pgmon-1.0.4.ebuild diff --git a/src/pgmon.py b/src/pgmon.py index bb755a3..2b72169 100755 --- a/src/pgmon.py +++ b/src/pgmon.py @@ -29,7 +29,7 @@ import re from decimal import Decimal -VERSION = "1.0.4-rc1" +VERSION = "1.0.4" # Configuration config = {}