Release v1.12.2 (#2314)

This commit is contained in:
Fangjun Kuang
2025-06-25 00:37:55 +08:00
committed by GitHub
parent bda427f4b2
commit 056da0528d
37 changed files with 84 additions and 65 deletions

View File

@@ -7,17 +7,17 @@
namespace sherpa_onnx {
const char *GetGitDate() {
static const char *date = "Fri Jun 20 11:22:52 2025";
static const char *date = "Wed Jun 25 00:22:21 2025";
return date;
}
const char *GetGitSha1() {
static const char *sha1 = "6982b86c";
static const char *sha1 = "bda427f4";
return sha1;
}
const char *GetVersionStr() {
static const char *version = "1.12.1";
static const char *version = "1.12.2";
return version;
}