From c355a3f477eb8356d402739f10a55a13ba070b91 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Thu, 12 Mar 2020 14:52:30 -0400 Subject: [PATCH] update version for 3.3.9 release --- tower_cli/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 298abc21..dc526863 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.3.8' +VERSION = '3.3.9' # This is the release number for the RPM builds RELEASE = 1 CUR_API_VERSION = 'v2'