Skip to content

Commit 8b1f088

Browse files
authored
Version bump to 2.12.0.4 (#3267)
1 parent 71e2658 commit 8b1f088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurelinuxagent/common/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def has_logrotate():
209209
#
210210
# When doing a release, be sure to use the actual agent version. Current agent version: 2.4.0.0
211211
#
212-
AGENT_VERSION = '2.12.0.3'
212+
AGENT_VERSION = '2.12.0.4'
213213
AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION)
214214
AGENT_DESCRIPTION = """
215215
The Azure Linux Agent supports the provisioning and running of Linux

0 commit comments

Comments
 (0)