Skip to content

Commit

Permalink
version and gemspec for 3.3.2.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Dec 15, 2011
1 parent a9e6a2a commit 5048eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module NewRelic
module VERSION #:nodoc:
MAJOR = 3
MINOR = 3
TINY = 1
BUILD = nil # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
TINY = 2
BUILD = 'alpha' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down
2 changes: 1 addition & 1 deletion 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 = "3.3.1"
s.version = "3.3.2.alpha"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
Expand Down

0 comments on commit 5048eaa

Please sign in to comment.