Skip to content

Commit

Permalink
dump verison to 0.11.0 on SoLoader.java
Browse files Browse the repository at this point in the history
Summary: https://github.com/facebook/SoLoader/releases/tag/v0.11.0

Reviewed By: adicatana

Differential Revision: D53450003

fbshipit-source-id: d997ad6542415281cc0c78b1a26834f792141ed8
  • Loading branch information
simpleton authored and facebook-github-bot committed Feb 6, 2024
1 parent 0455608 commit 03ae6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/facebook/soloader/SoLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class SoLoader {
/* package */ @Nullable static SoFileLoader sSoFileLoader;

// optional identifier strings to facilitate bytecode analysis
public static final String VERSION = "0.10.5";
public static final String VERSION = "0.11.0";

/**
* locking controlling the list of SoSources. We want to allow long running iterations over the
Expand Down

0 comments on commit 03ae6f8

Please sign in to comment.