We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4badb28 commit fa397f7Copy full SHA for fa397f7
azurelinuxagent/common/version.py
@@ -209,7 +209,7 @@ def has_logrotate():
209
#
210
# When doing a release, be sure to use the actual agent version. Current agent version: 2.4.0.0
211
212
-AGENT_VERSION = '2.13.0.0'
+AGENT_VERSION = '2.13.0.2'
213
AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION)
214
AGENT_DESCRIPTION = """
215
The Azure Linux Agent supports the provisioning and running of Linux
0 commit comments