From dfe589e306decbfffe48d7a4ee74008dcff57407 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Tue, 19 Apr 2022 12:32:10 -0400
Subject: [PATCH] Bump the version

The extra strength bug fix needs a new version number.
---
 xtrn/lord/lord.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/lord/lord.js b/xtrn/lord/lord.js
index e22c614b01..1c719143aa 100644
--- a/xtrn/lord/lord.js
+++ b/xtrn/lord/lord.js
@@ -20,7 +20,7 @@ delete dk.console.remote_screen;
 require("recordfile.js", "RecordFile");
 require('recorddefs.js', 'Player_Def');
 
-var ver = '5.00 JS';
+var ver = '5.01 JS';
 var pfile;
 var psock;
 var statefile;
-- 
GitLab