koleksiuk/dry-elastic_model

View on GitHub
lib/dry/elastic_model/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Dry
  module ElasticModel
    VERSION = File.read(
      File.expand_path(File.join(File.dirname(__FILE__), "../../../VERSION"))
    ).strip.freeze
  end
end