Skip to content

Commit

Permalink
Update for version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Kayser committed Sep 30, 2008
1 parent 1791c94 commit 1b003f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/newrelic/version.rb
Expand Up @@ -2,7 +2,7 @@
module NewRelic::VERSION #:nodoc:
MAJOR = 2
MINOR = 5
TINY = 1
TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end

Expand All @@ -12,6 +12,8 @@ module NewRelic::VERSION #:nodoc:
end

__END__
2008-09-30 version 2.5.2
* fixes for postgres explain plan support
2008-09-09 version 2.5.1
* bugfixes
2008-08-29 version 2.5.0
Expand Down

0 comments on commit 1b003f9

Please sign in to comment.