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 62daa62 commit ce25fb4Copy full SHA for ce25fb4
SECURITY.md
@@ -4,9 +4,8 @@
4
5
| Version | Supported |
6
| ------- | ------------------ |
7
-| v0.9.x | :white_check_mark: |
8
-| v0.8.x | :white_check_mark: |
9
-| < 0.8.0 | :x: |
+| v0.10.x | :white_check_mark: |
+| < 0.10.0 | :x: |
10
11
## Reporting a Vulnerability
12
dvm.sh
@@ -6,7 +6,7 @@
{ # Ensure the integrality of this script
-export DVM_VERSION="v0.9.1"
+export DVM_VERSION="v0.10.0"
######################
## Helper Functions ##
0 commit comments