From 706d751e7c989a1007326af6b3881a47ded47f7b Mon Sep 17 00:00:00 2001 From: Sangho Kim Date: Thu, 3 Feb 2022 20:38:40 +0000 Subject: [PATCH] SCTASK0080918 version bump --- grnoc-tsds-aggregate.spec | 2 +- lib/GRNOC/TSDS/Aggregate.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grnoc-tsds-aggregate.spec b/grnoc-tsds-aggregate.spec index 94e0eea..4ad2dcc 100644 --- a/grnoc-tsds-aggregate.spec +++ b/grnoc-tsds-aggregate.spec @@ -1,6 +1,6 @@ Summary: GRNOC TSDS Aggregate Name: grnoc-tsds-aggregate -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} License: GRNOC Group: Measurement diff --git a/lib/GRNOC/TSDS/Aggregate.pm b/lib/GRNOC/TSDS/Aggregate.pm index 21687fd..c1ccb05 100644 --- a/lib/GRNOC/TSDS/Aggregate.pm +++ b/lib/GRNOC/TSDS/Aggregate.pm @@ -3,6 +3,6 @@ package GRNOC::TSDS::Aggregate; use strict; use warnings; -our $VERSION = "1.2.0"; +our $VERSION = "1.2.1"; 1;