Skip to content

Commit 814374a

Browse files
committed
update version
1 parent 6df6c99 commit 814374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cifti_write.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function cifti_write(cifti, filename, varargin)
1717
% >> cifti.cdata = outdata;
1818
% >> cifti.diminfo{2} = cifti_diminfo_make_scalars(size(outdata, 2));
1919
% >> cifti_write(cifti, 'ciftiout.dscalar.nii');
20-
libversion = '2.2.1';
20+
libversion = '2.2.2';
2121
options = myargparse(varargin, {'stacklevel', 'disableprovenance', 'keepmetadata'}); %stacklevel is an implementation detail, don't add to help
2222
if isempty(options.stacklevel) %stacklevel is so that so it doesn't get "ciftisave" all the time
2323
options.stacklevel = 2;

0 commit comments

Comments
 (0)