Skip to content

Commit

Permalink
Upgrade release version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Oct 17, 2024
1 parent 0aa220c commit a2aab78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("fabric-sdk-java/0.9.0");
setUserAgent("fabric-sdk-java/0.10.0");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0

0 comments on commit a2aab78

Please sign in to comment.