boltthreads/activerecord-tablefree

View on GitHub
lib/activerecord/tablefree/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module ActiveRecord
  module Tablefree
    VERSION = '3.1.3'.freeze
  end
end