We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56f63e commit 4352ea2Copy full SHA for 4352ea2
containerdiag.bat
@@ -21,7 +21,7 @@
21
22
SETLOCAL ENABLEDELAYEDEXPANSION
23
24
-set "VERSION=0.1.20221108"
+set "VERSION=0.1.20230227"
25
set "SCRIPTNAME=%~nx0"
26
27
goto :start
containerdiag.sh
@@ -35,7 +35,7 @@ EOF
35
exit 22
36
}
37
38
-VERSION="0.1.20221108"
+VERSION="0.1.20230227"
39
NAMESPACE=""
40
VERBOSE=0
41
APPEND=1
0 commit comments