From a906f1509da9712b728b0a67f5808fc39a571228 Mon Sep 17 00:00:00 2001 From: Ray Allan Date: Fri, 15 Feb 2019 20:11:50 +0000 Subject: [PATCH] update to 1.25.3 --- VERSION | 2 +- agent/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 61b813d5e63..5bb76b575e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.25.2 +1.25.3 diff --git a/agent/version/version.go b/agent/version/version.go index 884860ed579..1c5096ba044 100644 --- a/agent/version/version.go +++ b/agent/version/version.go @@ -22,7 +22,7 @@ package version // repository. Only the 'Version' const should change in checked-in source code // Version is the version of the Agent -const Version = "1.25.2" +const Version = "1.25.3" // GitDirty indicates the cleanliness of the git repo when this agent was built const GitDirty = true