Skip to content

Commit

Permalink
chore: Update version to 6.1.11
Browse files Browse the repository at this point in the history
   Update version to 6.1.11
   相关PR:
   * #261

Log: Update version to 6.1.11
  • Loading branch information
starhcq authored and rb-union committed Jan 15, 2024
1 parent eeb1f85 commit b451641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/structdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ struct LOG_MSG_COREDUMP {
if (!maps.isEmpty()) {
obj.insert("maps", maps);
}
obj.insert("packgeVersion", packgeVersion);
obj.insert("packageVersion", packgeVersion);
obj.insert("binaryInfo", binaryInfo);

return obj;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-log-viewer (6.1.11) unstable; urgency=medium

* fix: modify debug-config json

-- houchengqiu <[email protected]> Mon, 15 Jan 2024 14:10:59 +0800

deepin-log-viewer (6.1.10) unstable; urgency=medium

* chore: Update version 6.1.10
Expand Down

0 comments on commit b451641

Please sign in to comment.