We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e4287 commit d71a288Copy full SHA for d71a288
src/component.hpp
@@ -89,7 +89,7 @@ class OmpLoggerComponent final
89
90
SemanticVersion componentVersion() const override
91
{
92
- return SemanticVersion(0, 0, 1, 0);
+ return SemanticVersion(1, 0, 1, 0);
93
}
94
95
void onTick(Microseconds elapsed, TimePoint now) override;
0 commit comments