From f9567f1cd8f8c35098d4ae8934049ad84629b859 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Tue, 31 Oct 2023 13:24:46 -0400 Subject: [PATCH] feat: bump collection version for 0.2.0 release (#249) --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index c2f2df08d..f3a6fe813 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: sysdig name: agent # The version of the collection. Must be compatible with semantic versioning -version: 0.1.0 +version: 0.2.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md