Skip to content

Commit

Permalink
Fix local version
Browse files Browse the repository at this point in the history
  • Loading branch information
praszuk committed Sep 19, 2024
1 parent 3e5fc3e commit 9fec7bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public final class DownloaderConstants {
public static final String USER_AGENT = String.format(
"%s/%s %s",
BuildingsPlugin.info.name,
BuildingsPlugin.info.version,
BuildingsPlugin.info.localversion,
Version.getInstance().getFullAgentString()
);

Expand Down

0 comments on commit 9fec7bd

Please sign in to comment.