Skip to content

Commit

Permalink
Set agent version to 2.8.0.0 (#2545)
Browse files Browse the repository at this point in the history
Co-authored-by: narrieta <narrieta>
  • Loading branch information
narrieta authored Apr 12, 2022
1 parent e09d449 commit a5bb869
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 @@ -207,9 +207,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.
#
AGENT_VERSION = '9.9.9.9'
AGENT_VERSION = '2.8.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 a5bb869

Please sign in to comment.