Skip to content

Commit 7419ae4

Browse files
committed
Version 0.3.1
1 parent 09fa58d commit 7419ae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: opentelemetry
2-
version: 0.3.0
2+
version: 0.3.1
33

44
authors:
55
- Jamie Gaskins <jgaskins@hey.com>

src/opentelemetry.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require "./proto/trace_service.pb"
99

1010
# TODO: Write documentation for `OpenTelemetry`
1111
module OpenTelemetry
12-
VERSION = "0.3.0"
12+
VERSION = "0.3.1"
1313

1414
# The primary interface for OpenTelemetry tracing, called whenever you want to
1515
# either create a new trace or add nested spans to an existing trace.

0 commit comments

Comments
 (0)