From 80c25b0dd26adb678e10786ab58a8171b8bbace8 Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Thu, 28 Nov 2024 09:37:27 -0600 Subject: [PATCH] Fix ansible galaxy version --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index f770c2ae..4365d9e9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: networktocode name: nautobot # The version of the collection. Must be compatible with semantic versioning -version: 5.3.1 +version: 5.4.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md