lib/airbrake/version.rb in airbrake-8.0.0.rc.6 vs lib/airbrake/version.rb in airbrake-8.0.0.rc.7

- old
+ new

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