Skip to content

Commit

Permalink
Merge pull request #1531 from newrelic/8110_version_bump
Browse files Browse the repository at this point in the history
bump version to 8.11.0
  • Loading branch information
fallwith authored Oct 5, 2022
2 parents e8d11f7 + 2f8da55 commit a5a1e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
module NewRelic
module VERSION # :nodoc:
MAJOR = 8
MINOR = 10
TINY = 1
MINOR = 11
TINY = 0

STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
end
Expand Down

0 comments on commit a5a1e40

Please sign in to comment.