Skip to content

Commit 422a9ac

Browse files
incremented version to 2.6.9
1 parent bc8083d commit 422a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+dj/version.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function varargout = version
22
% report DataJoint version
33

4-
v = struct('major',2,'minor',6,'bugfix',8);
4+
v = struct('major',2,'minor',6,'bugfix',9);
55

66
if nargout
77
varargout{1}=v;

0 commit comments

Comments
 (0)