Skip to content

Commit

Permalink
update agent version (Azure#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 authored Aug 17, 2023
1 parent fd2a181 commit 2a5d686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a5d686

Please sign in to comment.