Skip to content

Commit 722ad63

Browse files
committed
Version 0.3.2
1 parent 1bb9125 commit 722ad63

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.1
2+
version: 0.3.2
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.1"
12+
VERSION = "0.3.2"
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)