Skip to content

Commit bf35471

Browse files
Merge pull request #147 from eywalker/master
Increment version number
2 parents a0a8132 + 780fc45 commit bf35471

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',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)