Skip to content

Commit

Permalink
release v1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Sep 12, 2023
1 parent 7568fdf commit 1a17311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
with:
path: ./apks/*.apk

# - name: Release APK
# uses: svenstaro/upload-release-action@v2
# with:
# file_glob: true
# file: apks/*.apk
- name: Release APK
uses: svenstaro/upload-release-action@v2
with:
file_glob: true
file: apks/*.apk
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)

set(SHERPA_ONNX_VERSION "1.7.12")
set(SHERPA_ONNX_VERSION "1.7.13")

# Disable warning about
#
Expand Down

0 comments on commit 1a17311

Please sign in to comment.