robkinyon/ruby-dsl-maker

View on GitHub
lib/dsl/maker/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module DSL
  class Maker
    # The current version of this library
    VERSION = '1.0.1'
  end
end