We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a8132 + 780fc45 commit bf35471Copy full SHA for bf35471
+dj/version.m
@@ -1,7 +1,7 @@
1
function varargout = version
2
% report DataJoint version
3
4
-v = struct('major',3,'minor',2,'bugfix',0);
+v = struct('major',3,'minor',2,'bugfix',2);
5
6
if nargout
7
varargout{1}=v;
0 commit comments