Skip to content

Commit

Permalink
DSS C-API 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Apr 2, 2023
1 parent b1f0f41 commit 6d3dd2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion +DSS_MATLAB/version.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function result = version
result = '0.13.0';
result = '0.13.1';
end
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:

env:
DSS_CAPI_VERSION: '0.13.0'
DSS_MATLAB_VERSION: '0.13.0'
DSS_CAPI_VERSION: '0.13.1'
DSS_MATLAB_VERSION: '0.13.1'

jobs:
linux_x64:
Expand Down

0 comments on commit 6d3dd2e

Please sign in to comment.