From 370f30745bfdf3cb16239fe63a3f3c1962ac3af9 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 15 Feb 2022 00:51:33 +0000 Subject: [PATCH] Set agent version to 2.7.0.6 --- 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 7c34da0c22..721cad6d7a 100644 --- a/azurelinuxagent/common/version.py +++ b/azurelinuxagent/common/version.py @@ -209,7 +209,7 @@ def has_logrotate(): # # When doing a release, be sure to use the actual agent version. # -AGENT_VERSION = '2.7.0.5' +AGENT_VERSION = '2.7.0.6' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux