Skip to content

Commit

Permalink
Merge pull request #606 from ocehugo/release-2.6.2
Browse files Browse the repository at this point in the history
fix: bump version string, closes #605
  • Loading branch information
lbesnard authored Oct 31, 2019
2 parents 40287a2 + c6c0f20 commit 63047d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imosToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function imosToolbox(auto, varargin)
%

% Set current toolbox version
toolboxVersion = ['2.5.42 - ' computer];
toolboxVersion = ['2.6.2 - ' computer];

if nargin == 0, auto = 'manual'; end

Expand Down

0 comments on commit 63047d8

Please sign in to comment.