From 2ba1db5a3c036867fb98938744c1adeb013a55f6 Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Tue, 15 Sep 2020 11:46:59 -0300 Subject: [PATCH] Bump to 3.6.3-1 [noissue] --- docs/index.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 145dd6a83..5ba05c692 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ The Pulp 3 Ansible installer is a collection of Ansible roles that you can use t Each Ansible role installs and configures a component of Pulp. -This version of the installer, 3.6.3, installs Pulp 3.6.3 specifically. +This version of the installer, 3.6.3-1, installs Pulp 3.6.3 specifically. If run against an older version of Pulp 3, it will upgrade it to 3.6.3. diff --git a/galaxy.yml b/galaxy.yml index 599a3cf65..552e7d9cf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: pulp name: pulp_installer # The version of the collection. Must be compatible with semantic versioning -version: 3.6.3 +version: 3.6.3-1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md