Skip to content

Commit

Permalink
Release v1.4.0 (#115)
Browse files Browse the repository at this point in the history
- Support non-streaming ASR
- Support paraformer
- bugfixes
  • Loading branch information
csukuangfj authored Apr 4, 2023
1 parent 283e41c commit 80b504b
Showing 1 changed file with 1 addition and 1 deletion.
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.3.2")
set(SHERPA_ONNX_VERSION "1.4.0")

# Disable warning about
#
Expand Down

0 comments on commit 80b504b

Please sign in to comment.