From db39acf50ca5cbe3bdc272ca64d7ea1a2a68111e Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sat, 24 Dec 2022 20:09:47 -0600 Subject: [PATCH] set version to 0.1.0 --- copy-artifacts.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-artifacts.ps1 b/copy-artifacts.ps1 index 16ec40a..4945714 100644 --- a/copy-artifacts.ps1 +++ b/copy-artifacts.ps1 @@ -39,7 +39,7 @@ If (!(Test-Path $Out)) { New-Item -ItemType Directory -Path $Out } -$pluginVersion = "0.0.1.${BuildNumber}" +$pluginVersion = "0.1.0.${BuildNumber}" Set-Content $Out/version.txt -Value $pluginVersion $metadataJson = "${Out}/metadata.json"