Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extras/device_client/lib/model/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String gitVersion = 'v25.3.1 ';
const String gitVersion = 'v25.4.1 ';
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "v25.3.1 "
#define VERSION "v25.4.1 "
Copy link

Copilot AI Apr 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are trailing spaces in the version string. Consider removing the extra whitespace for consistency and to avoid potential formatting issues.

Suggested change
#define VERSION "v25.4.1 "
#define VERSION "v25.4.1"

Copilot uses AI. Check for mistakes.