Skip to content

Commit

Permalink
version update (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Aug 3, 2021
1 parent 615d48a commit 11cd669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/version.py
Expand Up @@ -202,7 +202,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.4.0.1'
AGENT_VERSION = '2.4.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
Expand Down

0 comments on commit 11cd669

Please sign in to comment.