Skip to content

Commit

Permalink
Merge pull request #59 from equinix-labs/update_release_version
Browse files Browse the repository at this point in the history
Upgrade release version to 0.10.0
  • Loading branch information
thogarty authored Oct 17, 2024
2 parents 0aa220c + a2aab78 commit 0451b6c
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 0451b6c

Please sign in to comment.