From 6aafe7d8c3e7814fd90b6fe24931d34607beaa5a Mon Sep 17 00:00:00 2001 From: Alexander Tebiev <326840+beeyev@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:26:47 +0200 Subject: [PATCH] Update BackupAndUpdate.rsc --- BackupAndUpdate.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BackupAndUpdate.rsc b/BackupAndUpdate.rsc index 5d629c7..b6ed63a 100644 --- a/BackupAndUpdate.rsc +++ b/BackupAndUpdate.rsc @@ -198,7 +198,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik :global buGlobalVarUpdateStep; ############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ############### -:local scriptVersion "23.11.25"; +:local scriptVersion "24.06.04"; # Current time `hh-mm-ss` :local currentTime ([:pick [/system clock get time] 0 2] . "-" . [:pick [/system clock get time] 3 5] . "-" . [:pick [/system clock get time] 6 8]);