From 0312e9584341a7529a62de717b3503138fdd5f69 Mon Sep 17 00:00:00 2001 From: narrieta Date: Mon, 1 Aug 2022 15:45:11 -0700 Subject: [PATCH] Set agent version to 2.8.0.10 --- 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 75820d69be..891e1c3959 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.8.0.9' +AGENT_VERSION = '2.8.0.10' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux