From 7770dcc554748b9e3bce064ab7bc97133f5e88bd Mon Sep 17 00:00:00 2001 From: Jonathan Stout Date: Fri, 8 Feb 2019 19:35:46 +0000 Subject: [PATCH] Setting version number to 2.1.0 for release --- grnoc-routerproxy.spec | 2 +- lib/GRNOC/RouterProxy.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grnoc-routerproxy.spec b/grnoc-routerproxy.spec index 92417e6..cf7a9fc 100644 --- a/grnoc-routerproxy.spec +++ b/grnoc-routerproxy.spec @@ -1,6 +1,6 @@ Summary: GRNOC Router Proxy Name: grnoc-routerproxy -Version: 2.0.1 +Version: 2.1.0 Release: %{_buildno}%{?dist} License: GRNOC Group: Auth diff --git a/lib/GRNOC/RouterProxy.pm b/lib/GRNOC/RouterProxy.pm index 7ea7fd4..fd5f9e4 100644 --- a/lib/GRNOC/RouterProxy.pm +++ b/lib/GRNOC/RouterProxy.pm @@ -34,7 +34,7 @@ use GRNOC::RouterProxy::Config; my $timeout = 0; -our $VERSION = '2.0.1'; +our $VERSION = '2.1.0'; sub new { my $caller = shift;