Release v1.12.3 (#2322)

This commit is contained in:
Fangjun Kuang
2025-06-27 10:55:46 +08:00
committed by GitHub
parent f835642b1c
commit e25634ac39
37 changed files with 72 additions and 65 deletions

View File

@@ -7,17 +7,17 @@
namespace sherpa_onnx {
const char *GetGitDate() {
static const char *date = "Wed Jun 25 00:22:21 2025";
static const char *date = "Fri Jun 27 10:40:41 2025";
return date;
}
const char *GetGitSha1() {
static const char *sha1 = "bda427f4";
static const char *sha1 = "f835642b";
return sha1;
}
const char *GetVersionStr() {
static const char *version = "1.12.2";
static const char *version = "1.12.3";
return version;
}