From 10617e401710aa12beaae6a2d8e0e2ad37c8233b Mon Sep 17 00:00:00 2001 From: Tony Garcia Date: Thu, 28 Sep 2023 08:21:41 -0500 Subject: [PATCH] Release 1.1.0 --- galaxy.yml | 2 +- plugins/modules/beat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index a89795b..951b1f2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: tonyskapunk name: beat -version: 1.0.4 +version: 1.1.0 readme: README.md authors: - Tony Garcia diff --git a/plugins/modules/beat.py b/plugins/modules/beat.py index aa51283..67709be 100644 --- a/plugins/modules/beat.py +++ b/plugins/modules/beat.py @@ -14,7 +14,7 @@ short_description: Beat time module -version_added: "1.0.0" +version_added: "1.1.0" description: Beat time module is a module that returns the current time using internet time (beats).