From 150c4a8d5ce7f1775ce08a1dedc708de1dc4c881 Mon Sep 17 00:00:00 2001
From: Chirsophe <cbsmith2@uab.edu>
Date: Wed, 2 Apr 2025 11:42:55 -0500
Subject: [PATCH] Enabled Git version check

---
 SaveTranscriptions.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SaveTranscriptions.m b/SaveTranscriptions.m
index d4b6bbd..1927b9d 100644
--- a/SaveTranscriptions.m
+++ b/SaveTranscriptions.m
@@ -3,7 +3,7 @@
 % Prepare work space
 clc
 
-% checkVersion()
+checkVersion()
 
 % Check for miscelaneous transcriptions in the work space
 miscLS = who('-regexp', '^ls(([0-9]*$)|($))');
-- 
GitLab