We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f0f41 commit 6d3dd2eCopy full SHA for 6d3dd2e
+DSS_MATLAB/version.m
@@ -1,3 +1,3 @@
1
function result = version
2
- result = '0.13.0';
+ result = '0.13.1';
3
end
.github/workflows/builds.yml
@@ -6,8 +6,8 @@ on:
6
push:
7
8
env:
9
- DSS_CAPI_VERSION: '0.13.0'
10
- DSS_MATLAB_VERSION: '0.13.0'
+ DSS_CAPI_VERSION: '0.13.1'
+ DSS_MATLAB_VERSION: '0.13.1'
11
12
jobs:
13
linux_x64:
0 commit comments