pivotal/LicenseFinder

View on GitHub
lib/license_finder/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module LicenseFinder
  root    = File.expand_path('../..', __dir__)
  VERSION = File.read("#{root}/VERSION").strip
end