Skip to content

Commit

Permalink
Update version.go for post-v1.2.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared authored Aug 22, 2024
1 parent 6b9420d commit 7484033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

var (
// The SolarWinds Observability Go APM library version
version = "1.2.0"
version = "1.2.1-pre"

// The Go version
goVersion = strings.TrimPrefix(runtime.Version(), "go")
Expand Down

0 comments on commit 7484033

Please sign in to comment.