rom-rb/rom-migrator

View on GitHub
lib/rom/migrator/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

module ROM

  class Migrator

    # The semantic version of the gem.
    # @see http://semver.org/ Semantic versioning 2.0
    VERSION = "0.0.1-alpha".freeze

  end # class Migrator

end # module ROM