Skip to content

Commit d71a288

Browse files
committed
bump version to 1.0.1
1 parent a5e4287 commit d71a288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class OmpLoggerComponent final
8989

9090
SemanticVersion componentVersion() const override
9191
{
92-
return SemanticVersion(0, 0, 1, 0);
92+
return SemanticVersion(1, 0, 1, 0);
9393
}
9494

9595
void onTick(Microseconds elapsed, TimePoint now) override;

0 commit comments

Comments
 (0)