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