Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Update truss version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hobson committed Nov 22, 2021
1 parent 97074d5 commit cdbadf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ package otelhttp

// Version is the current release version of the otelhttp instrumentation.
func Version() string {
return "0.26.1"
// This string is updated by the pre_release.sh script during release
// version of the truss otelhttp package
return "0.27.1"
}

// SemVersion is the semantic version to be supplied to tracer/meter creation.
Expand Down

0 comments on commit cdbadf5

Please sign in to comment.