Skip to content

Commit 085728a

Browse files
authored
Version bump to 2.14.0.0 (#3373)
1 parent e478e48 commit 085728a

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 = '9.9.9.9'
212+
AGENT_VERSION = '2.14.0.0'
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)