Skip to content

Commit

Permalink
Set hotfix version (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
larohra committed Jun 17, 2021
1 parent e066ce8 commit 670aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/version.py
Expand Up @@ -198,7 +198,7 @@ def has_logrotate():
AGENT_LONG_NAME = "Azure Linux Agent"
# Setting the version to 9.9.9.9 to ensure DCR always uses this version and never auto-updates.
# Replace this with the actual agent version on release.
AGENT_VERSION = '2.3.0.2' # (current agent version = 2.3.0.2)
AGENT_VERSION = '2.3.1.0' # (current agent version = 2.3.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
Expand Down

0 comments on commit 670aeeb

Please sign in to comment.