rafaelgonzalez/dice_box

View on GitHub
lib/dice_box/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# rubocop:disable Style/Documentation
# See: https://github.com/bbatsov/rubocop/issues/947
module DiceBox
  # rubocop:disable Style/Documentation

  # Current version number of the library
  VERSION = '0.2.0'
end