From 63624df31158f3147a2332a7516ad60a60212ee0 Mon Sep 17 00:00:00 2001 From: Caleb Albers <7110138+CalebAlbers@users.noreply.github.com> Date: Wed, 13 Jan 2021 21:49:42 -0800 Subject: [PATCH] Bump module version --- occam/occam.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/occam/occam.psd1 b/occam/occam.psd1 index 1653a2d..9c62234 100644 --- a/occam/occam.psd1 +++ b/occam/occam.psd1 @@ -18,7 +18,7 @@ # -- MINOR version when you add functionality in a backwards-compatible manner, and # -- PATCH version when you make backwards-compatible bug fixes. - ModuleVersion = '1.0.0' + ModuleVersion = '1.1.0' # ID used to uniquely identify this module GUID = '2b29a79c-8399-4ad2-b6b9-a826020da7d9' @@ -105,4 +105,4 @@ # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' - } \ No newline at end of file + }