Skip to content

Commit

Permalink
Fix releasing go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Dec 8, 2023
1 parent 835c2fb commit 35b949f
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.9.1")
set(SHERPA_ONNX_VERSION "1.9.3")

# Disable warning about
#
Expand Down

0 comments on commit 35b949f

Please sign in to comment.