From 861802ee56b0928e86a4c1df81a0755099d1c690 Mon Sep 17 00:00:00 2001 From: Norberto Arrieta Date: Thu, 25 Apr 2024 18:55:37 -0700 Subject: [PATCH] Set agent version to 2.11.1.0 (#3111) Co-authored-by: narrieta --- 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 02dc47430..973cde335 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. Current agent version: 2.4.0.0 # -AGENT_VERSION = '2.10.0.8' +AGENT_VERSION = '2.11.1.0' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux