Skip to content

Commit

Permalink
fix: increaseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Nov 23, 2024
1 parent e4a3d59 commit 366b60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/increaseVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 366b60d

Please sign in to comment.