byroot/activerecord-typedstore

View on GitHub
lib/active_record/typed_store/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module ActiveRecord
  module TypedStore
    VERSION = '1.6.0'
  end
end