Skip to content

Commit

Permalink
Bump SDK version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TamtamHero committed Oct 11, 2021
1 parent 85154f4 commit 272a6a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/eth_plugin_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
// Interface version. To be updated everytime we introduce breaking changes to the plugin interface.
typedef enum {
ETH_PLUGIN_INTERFACE_VERSION_1 = 1, // Version 1
ETH_PLUGIN_INTERFACE_VERSION_LATEST = 2,
ETH_PLUGIN_INTERFACE_VERSION_2 = 2,
ETH_PLUGIN_INTERFACE_VERSION_LATEST = 3,
} eth_plugin_interface_version_t;

typedef enum {
Expand Down

0 comments on commit 272a6a8

Please sign in to comment.