arkency/rails_event_store

View on GitHub
contrib/ruby_event_store-newrelic/lib/ruby_event_store/newrelic/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RubyEventStore
  module Newrelic
    VERSION = "0.1.0"
  end
end