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 3464aad commit 4427e94Copy full SHA for 4427e94
docs.build.ps1
@@ -3,7 +3,7 @@
3
#>
4
param (
5
# Version/tag of the mm-docs image to use
6
- [string] $aVersion = (property MM_DOCS_VERSION '0.7.6'),
+ [string] $aVersion = (property MM_DOCS_VERSION '0.8'),
7
8
# Registry and name to use to get mm-docs image
9
[string] $aImageName = (property MM_DOCS_IMAGE_NAME 'majkinetor/mm-docs'),
0 commit comments