Skip to content

Commit

Permalink
version and gemspec for beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Jul 12, 2011
1 parent 0fdc39f commit af86bac
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 258 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
v3.1.1
* Support for Rails 3.1 (thanks to Ben Hoskings via github)
* Support for Rubinius

v3.1.0
* Support for aggregating data from short-running
Expand Down
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
TINY = 1
BUILD = 'beta1' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
BUILD = 'beta2' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down

0 comments on commit af86bac

Please sign in to comment.