Skip to content

Commit fa397f7

Browse files
authored
Set Agent version to 2.13.0.2 (#3254)
Co-authored-by: narrieta@microsoft <narrieta>
1 parent 4badb28 commit fa397f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurelinuxagent/common/version.py

Lines changed: 1 addition & 1 deletion
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.13.0.0'
212+
AGENT_VERSION = '2.13.0.2'
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)