File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,5 +187,5 @@ jobs:
187187 -X PATCH \
188188 -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
189189 -H "Accept: application/vnd.github.v3+json" \
190- -d '{"draft": false, "prerelease": false}' \
190+ -d '{"draft": false, "prerelease": false, "make_latest": true }' \
191191 "https://api.github.com/repos/${{ github.repository }}/releases/${{ needs.create_release.outputs.release_id }}"
Original file line number Diff line number Diff line change 4646#include "shims.h"
4747
4848const char * NAME = "cliffi" ;
49- const char * VERSION = "v1.10.18 " ;
49+ const char * VERSION = "v1.10.19 " ;
5050const char * BASIC_USAGE_STRING = "<library> <return_typeflag> <function_name> [[-typeflag] <arg>.. [ ... <varargs>..] ]\n" ;
5151
5252sigjmp_buf jmpBuffer ;
You can’t perform that action at this time.
0 commit comments