yagihiro/manga-tools

View on GitHub
lib/manga/tools/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Manga
  module Tools
    VERSION = '0.2.0'
  end
end