From ca0c8497b1439efee52bb3ef6c7ecd9460431d96 Mon Sep 17 00:00:00 2001 From: Yue Zhang Date: Fri, 16 Oct 2015 11:41:48 +0800 Subject: [PATCH] Update version to 2.1.2.rc1 --- azurelinuxagent/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurelinuxagent/metadata.py b/azurelinuxagent/metadata.py index 66857ae..42808aa 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.rc0' +AGENT_VERSION = '2.1.2.rc1' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """\ The Azure Linux Agent supports the provisioning and running of Linux