Skip to content

Commit

Permalink
fix: Corrected a problem where the version was null in the desktop ve…
Browse files Browse the repository at this point in the history
…rsion. (#1643)

* Corrected a problem where the version was null in the desktop version.
  • Loading branch information
jcpitre authored Jan 16, 2024
1 parent 5384a3e commit c19527b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private Optional<String> resolveLatestReleaseVersion(Optional<String> currentVer
}

/** Serialization object for parsing the /version API response. */
class VersionResponse {
public static class VersionResponse {
String version;
}
}

0 comments on commit c19527b

Please sign in to comment.