Skip to content

Commit d44a15b

Browse files
committed
bugfix to utility incrementVersionNumber
1 parent cbcb7e5 commit d44a15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

widgets/+wt/+utility/incrementVersionNumber.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
end
2020

2121
% Read in the version info
22-
[~, versionParts] = advappa.utility.readVersionNumber(filePath);
22+
[~, versionParts] = wt.utility.readVersionNumber(filePath);
2323

2424
% Increment the build index in the version number
2525
numVersionParts = numel(versionParts);

0 commit comments

Comments
 (0)