We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727268d commit 035120eCopy full SHA for 035120e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## Changelog
2
3
-### Version 2.0.0.beta
+### Version 2.0.0
4
* Remove support for deprecated methods (#117)
5
* Upgrade rspec from 2.6 to 3.5 (#118)
6
* Remove support for ruby 1.8 (#119)
lib/librato/metrics/version.rb
@@ -1,5 +1,5 @@
module Librato
module Metrics
- VERSION = "2.0.0.beta"
+ VERSION = "2.0.0"
end
0 commit comments