From f33a9e27103f75fb355ff4aa3bb1a8d09672f0da Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Fri, 20 Jun 2025 15:07:12 -0700 Subject: [PATCH] release: OpenGraph 0.1 Updating module version --- OpenGraph.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenGraph.psd1 b/OpenGraph.psd1 index 0664cc5..ff3ec4b 100644 --- a/OpenGraph.psd1 +++ b/OpenGraph.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'OpenGraph.psm1' - ModuleVersion = '0.0.1' + ModuleVersion = '0.1' GUID = 'be4e4070-1ea6-4a2e-8b6a-c6b7755e5ace' Author = 'JamesBrundage' CompanyName = 'Start-Automating'