From b8794fb8888e5004844d8b78a8e7c16ae519996c Mon Sep 17 00:00:00 2001 From: fmontorsi Date: Fri, 24 Apr 2020 09:39:37 +0200 Subject: [PATCH] Bump version to 1.4-4 --- Makefile | 2 +- json2html/cmonitor_chart.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0183f9d2..55e2816b 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ RPM_TARBALL_DIR:=/tmp/cmonitor/tarball # - json2html/cmonitor_chart.py -> look for CMONITOR_VERSION # See also https://github.com/f18m/cmonitor/wiki/new-release CMONITOR_VERSION:=1.4 -CMONITOR_RELEASE:=3 +CMONITOR_RELEASE:=4 ifeq ($(DOCKER_LATEST),1) DOCKER_TAG=latest diff --git a/json2html/cmonitor_chart.py b/json2html/cmonitor_chart.py index be93bb76..fe35b533 100755 --- a/json2html/cmonitor_chart.py +++ b/json2html/cmonitor_chart.py @@ -24,7 +24,7 @@ # CONSTANTS # ======================================================================================================= -CMONITOR_VERSION = "1.4-3" +CMONITOR_VERSION = "1.4-4" GRAPH_SOURCE_DATA_BAREMETAL = 1 GRAPH_SOURCE_DATA_CGROUP = 2