lib/airbrake/version.rb in airbrake-5.8.0.rc.1 vs lib/airbrake/version.rb in airbrake-5.8.0.rc.2

- old
+ new

@@ -1,6 +1,6 @@ ## # We use Semantic Versioning v2.0.0 # More information: http://semver.org/ module Airbrake - AIRBRAKE_VERSION = '5.8.0.rc.1'.freeze + AIRBRAKE_VERSION = '5.8.0.rc.2'.freeze end