Skip to content

Commit 780fc45

Browse files
committed
Increment version number
1 parent a0a8132 commit 780fc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+dj/version.m

Lines changed: 1 addition & 1 deletion
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',3,'minor',2,'bugfix',0);
4+
v = struct('major',3,'minor',2,'bugfix',2);
55

66
if nargout
77
varargout{1}=v;

0 commit comments

Comments
 (0)