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 Dec 16, 2018
1 parent 790f83a commit 18417b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/YKChorus/PluginYKChorus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PluginYKChorus : 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 18417b9

Please sign in to comment.