From c81d77962a0240daa811693f8d109d17eebe0b52 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Fri, 3 Sep 2021 16:07:19 +0300 Subject: [PATCH] Version 1.10.x --- SnipeitPS/SnipeitPS.psd1 | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SnipeitPS/SnipeitPS.psd1 b/SnipeitPS/SnipeitPS.psd1 index 0f0201c..3f00a32 100644 --- a/SnipeitPS/SnipeitPS.psd1 +++ b/SnipeitPS/SnipeitPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeitPS' # Version number of this module. -ModuleVersion = '1.9' +ModuleVersion = '1.10' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/appveyor.yml b/appveyor.yml index dc61a6c..b99f6fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm PShell: '5' -version: 1.9.{build} +version: 1.10.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true