From 92eb6c807a8adbe3297f904fb67dcb3653f77a5f Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 16 Jun 2020 17:57:11 -0400 Subject: [PATCH] Bump version to 0.1.2 We need to do this manually, as some tests are still in shippable. Signed-off-by: Paul Belanger --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 30577bf..f918d9a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: ansible name: posix -version: 0.1.1 +version: 0.1.2 readme: README.md authors: - Ansible (github.com/ansible)