Skip to content

Commit

Permalink
Update version.go and RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed Apr 22, 2024
1 parent 9cd95ea commit efaa4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Release checklist
- Create a [Github Release](https://github.com/solarwinds/apm-go/releases/new)

Future consideration: add another step, after the release is complete, to update
`version.go` with a prerelease name. If you released `v0.2.0`, perhaps the next
prerelease version would be `v0.2.1-beta`.
`version.go` with a prerelease name. If you released `v1.0.0`, perhaps the next
prerelease version would be `v1.0.1-beta`.
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 = "0.2.0"
version = "1.0.0"

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

0 comments on commit efaa4a4

Please sign in to comment.