Skip to content

Commit 8b4504f

Browse files
authored
更新 core.c
为user_agent设置正确的默认值
1 parent 7c9e351 commit 8b4504f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ProgStatus =
134134
.leader_selected_index = -1,
135135
.chgtype = ChgType_Auto,
136136
.chsrc_run_faas = false,
137-
.user_agent = "chsrc",
137+
.user_agent = "chsrc/" Chsrc_Version,
138138
};
139139

140140

0 commit comments

Comments
 (0)