From cc43a4ea64b424547bb44a4454ecb82828015276 Mon Sep 17 00:00:00 2001 From: ghosind Date: Wed, 6 Mar 2024 23:14:16 +0800 Subject: [PATCH] v0.8.3 --- dvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvm.sh b/dvm.sh index 6dc6df2..6eac438 100755 --- a/dvm.sh +++ b/dvm.sh @@ -6,7 +6,7 @@ { # Ensure the integrality of this script -export DVM_VERSION="v0.8.2" +export DVM_VERSION="v0.8.3" ###################### ## Helper Functions ##