Skip to content

Commit ec34f54

Browse files
committed
Updated version number
1 parent e6c59c1 commit ec34f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Symphony.prj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<param.summary>MATLAB-based electrophysiology data acquisition system</param.summary>
1515
<param.description>Symphony is a MATLAB-based data acquisition system for electrophysiologists.</param.description>
1616
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
17-
<param.version>2.0.1.8</param.version>
17+
<param.version>2.0.1.9</param.version>
1818
<param.products.name>
1919
<item>MATLAB</item>
2020
</param.products.name>

src/main/matlab/+symphonyui/+app/App.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
function v = version()
10-
v = '2.0.1.8'; % i.e. 2.0-b8
10+
v = '2.0.1.9'; % i.e. 2.0-b9
1111
end
1212

1313
function c = copyright()

0 commit comments

Comments
 (0)