Skip to content

Commit

Permalink
update version and gemspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed Mar 29, 2011
1 parent fe846fc commit 2e80cf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
module NewRelic
module VERSION #:nodoc:
MAJOR = 2
MINOR = 13
TINY = 6
BUILD = 'beta3' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
MINOR = 14
TINY = 0
BUILD = nil #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down
4 changes: 2 additions & 2 deletions newrelic_rpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{newrelic_rpm}
s.version = "2.13.6.beta3"
s.version = "2.14.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Justin George"]
Expand Down Expand Up @@ -268,7 +268,7 @@ Refer to the README.md file for more information.
Please see http://support.newrelic.com/faqs/docs/ruby-agent-release-notes
for a complete description of the features and enhancements available
in version 2.13 of the Ruby Agent.
in version 2.14 of the Ruby Agent.
For details on this specific release, refer to the CHANGELOG file.
Expand Down

0 comments on commit 2e80cf0

Please sign in to comment.