version.rb 94 B

12345
  1. module InigoValentin
  2. class Application < Rails::Application
  3. VERSION = "3.0.0"
  4. end
  5. end