Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raacampbell committed Feb 2, 2023
1 parent 57865b4 commit 179aa10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -22,8 +22,9 @@ The Zapit main window will print a notification in the title bar when a new vers
* Bugfix: under some condition laser remained on after trial ended.
* Add custom icon to window.
* With no laser calibration file we employ a linear fit and ditch the error message.
In practice the fit is pretty good.
In practice the fit is pretty good after tweaking.
* Remove Tools menu.
* Fix AI code in dotNETwrapper.


2023/02/01 -- v0.10.2
Expand Down
4 changes: 2 additions & 2 deletions zapit/+zapit/version.m
Expand Up @@ -29,15 +29,15 @@
%% EDIT THE FOLLOWING TO INCREMENT THE VERSION
out.version.MAJOR = 0;
out.version.MINOR = 10;
out.version.PATCH = 2;
out.version.PATCH = 3;

%% Since v0.10.0 (2023/02/01) the preReleaseString will likely remain empty.
out.version.preReleaseString = '';

%%% UPDATE THE DATE
out.date.year = 2023;
out.date.month = 2;
out.date.day = 1;
out.date.day = 2;



Expand Down

0 comments on commit 179aa10

Please sign in to comment.