We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9299a2d commit 1dc3fcbCopy full SHA for 1dc3fcb
psakeFile.ps1
@@ -7,7 +7,7 @@ task Init {
7
$script:dockerAcct = 'devblackops'
8
$script:imageName = $env:BHProjectName
9
$script:dockerRepo = "$dockerAcct/$imageName"
10
- $script:version = '2.3.0'
+ $script:version = '2.4.0'
11
}
12
13
task Build -depends Init {
0 commit comments