Skip to content

Commit

Permalink
Add missing VERSION to OpenTelemetry::Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Dec 20, 2024
1 parent 782e299 commit 22b9da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/OpenTelemetry/Integration.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package OpenTelemetry::Integration;
# ABSTRACT: Support for legacy OpenTelemetry instrumentations

our $VERSION = '0.028';

use parent 'OpenTelemetry::Instrumentation';

1;

0 comments on commit 22b9da0

Please sign in to comment.