diff --git a/azurelinuxagent/common/version.py b/azurelinuxagent/common/version.py index 561897ea52..b4f57c6e3a 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.9.1.1 # -AGENT_VERSION = '2.10.0.0' +AGENT_VERSION = '2.10.0.2' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux