version.rb 85 B

12345678
  1. module RailsSettings
  2. class << self
  3. def version
  4. "0.7.3"
  5. end
  6. end
  7. end