From 2a5d68661527f2a76a6b4dce557136f11d7722e6 Mon Sep 17 00:00:00 2001 From: Nageswara Nandigam <84482346+nagworld9@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:55:03 -0700 Subject: [PATCH] update agent version (#2899) --- azurelinuxagent/common/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azurelinuxagent/common/version.py b/azurelinuxagent/common/version.py index c05642543..561897ea5 100644 --- a/azurelinuxagent/common/version.py +++ b/azurelinuxagent/common/version.py @@ -217,9 +217,9 @@ def has_logrotate(): # IMPORTANT: Please be sure that the version is always 9.9.9.9 on the develop branch. Automation requires this, otherwise # DCR may test the wrong agent version. # -# When doing a release, be sure to use the actual agent version. Current agent version: 2.4.0.0 +# When doing a release, be sure to use the actual agent version. Current agent version: 2.9.1.1 # -AGENT_VERSION = '9.9.9.9' +AGENT_VERSION = '2.10.0.0' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux