Skip to content

Commit 6d3dd2e

Browse files
committed
DSS C-API 0.13.1
1 parent b1f0f41 commit 6d3dd2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

+DSS_MATLAB/version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function result = version
2-
result = '0.13.0';
2+
result = '0.13.1';
33
end

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
push:
77

88
env:
9-
DSS_CAPI_VERSION: '0.13.0'
10-
DSS_MATLAB_VERSION: '0.13.0'
9+
DSS_CAPI_VERSION: '0.13.1'
10+
DSS_MATLAB_VERSION: '0.13.1'
1111

1212
jobs:
1313
linux_x64:

0 commit comments

Comments
 (0)