From 366b60d422100d0d4b003b0893955545118ce104 Mon Sep 17 00:00:00 2001 From: Eduard Kerkhoven Date: Sat, 23 Nov 2024 16:49:56 +0100 Subject: [PATCH] fix: increaseVersion --- code/increaseVersion.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/increaseVersion.m b/code/increaseVersion.m index bd4c076d..44f7eb0b 100644 --- a/code/increaseVersion.m +++ b/code/increaseVersion.m @@ -132,7 +132,7 @@ function increaseVersion(bumpType) disp(['NOTE: File ' diff_i{3} ' is changing more than expected']) change = true; end - case {'history.md','README.md','growth.png','model/yeast-GEM.mat'} + case {'history.md','README.md','data/testResults/growth.png','model/yeast-GEM.mat','model/yeast-GEM.xlsx'} otherwise disp(['NOTE: File ' diff_i{3} ' is changing']) change = true;