From 397812aefd3a5c84f7204ebd0699608be04677db Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 26 Mar 2024 14:19:32 +0000 Subject: [PATCH] Bump version --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index c5758fc..e617b16 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ $projectFile = "./ExaminePeek/ExaminePeek.csproj" $configuration = "Release" $outputDirectory = "./build.out" -$version = "1.0.0-beta001" +$version = "1.0.0-beta002" ## Perhaps need to do a build of the client after updating the version in the source file #$packageJsonPath = "./ExaminePeek/client/public/umbraco-package.json"