nepalez/chronicles

View on GitHub
lib/chronicles/version.rb

Summary

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

module Chronicles

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

end # module Chronicles