From 74f203d1d33a0e12d214989474f7d357e262c79d Mon Sep 17 00:00:00 2001 From: Nageswara Nandigam Date: Thu, 6 Jul 2023 11:54:00 -0700 Subject: [PATCH] release version 8.8.9.0 --- azurelinuxagent/common/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurelinuxagent/common/version.py b/azurelinuxagent/common/version.py index 08c01b5ceb..566a083dac 100644 --- a/azurelinuxagent/common/version.py +++ b/azurelinuxagent/common/version.py @@ -219,7 +219,7 @@ def has_logrotate(): # # When doing a release, be sure to use the actual agent version. Current agent version: 2.4.0.0 # -AGENT_VERSION = '9.9.9.9' +AGENT_VERSION = '8.8.9.0' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux