From d2ceab76db79014e387c87115bbb6c2ef619c48e Mon Sep 17 00:00:00 2001 From: Yue Zhang Date: Mon, 16 Nov 2015 14:59:56 +0800 Subject: [PATCH] Update version to 2.1.2.rc3 --- azurelinuxagent/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurelinuxagent/metadata.py b/azurelinuxagent/metadata.py index 23042d6..800943e 100644 --- a/azurelinuxagent/metadata.py +++ b/azurelinuxagent/metadata.py @@ -47,7 +47,7 @@ def get_distro(): AGENT_NAME = "WALinuxAgent" AGENT_LONG_NAME = "Azure Linux Agent" -AGENT_VERSION = '2.1.2.rc1' +AGENT_VERSION = '2.1.2.rc3' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """\ The Azure Linux Agent supports the provisioning and running of Linux