lib/marlowe.rb in marlowe-3.0 vs lib/marlowe.rb in marlowe-3.1
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
# Marlowe, a correlation id injector.
module Marlowe
- VERSION = "3.0" # :nodoc:
+ VERSION = "3.1" # :nodoc:
require "marlowe/config"
require "marlowe/middleware"
require "marlowe/rails" if defined? Rails::Railtie