We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e2658 commit 8b1f088Copy full SHA for 8b1f088
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.12.0.3'
+AGENT_VERSION = '2.12.0.4'
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