Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Nov 13, 2024
1 parent 7eb3a52 commit 2dd6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/adt/PluginADT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PluginADT : public Plugin {
}

uint32_t getVersion() const noexcept override {
return d_version(0, 1, 0);
return d_version(0, 2, 0);
}

// Go to:
Expand Down

0 comments on commit 2dd6967

Please sign in to comment.