From 38933fa6c6051679fdb1a1bdba873c1b9624397d Mon Sep 17 00:00:00 2001 From: Hans Krijger Date: Mon, 23 Jan 2017 14:53:50 -0800 Subject: [PATCH] update version to 2.2.3 (#570) --- azurelinuxagent/common/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurelinuxagent/common/version.py b/azurelinuxagent/common/version.py index f29b750d11..8754062593 100644 --- a/azurelinuxagent/common/version.py +++ b/azurelinuxagent/common/version.py @@ -88,7 +88,7 @@ def get_distro(): AGENT_NAME = "WALinuxAgent" AGENT_LONG_NAME = "Azure Linux Agent" -AGENT_VERSION = '2.2.2' +AGENT_VERSION = '2.2.3' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """\ The Azure Linux Agent supports the provisioning and running of Linux