From 3238deecd630012524597c935c2ee8199696276d Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 11 Apr 2024 21:38:33 +0100 Subject: [PATCH] Bump version to beta003 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index e617b16..5828b25 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ $projectFile = "./ExaminePeek/ExaminePeek.csproj" $configuration = "Release" $outputDirectory = "./build.out" -$version = "1.0.0-beta002" +$version = "1.0.0-beta003" ## Perhaps need to do a build of the client after updating the version in the source file #$packageJsonPath = "./ExaminePeek/client/public/umbraco-package.json"