module D4Rails

Public Class Methods

version() click to toggle source

Returns the version of the currently loaded Contineo as a Gem::Version

# File lib/d4-rails/version.rb, line 3
def self.version
  Gem::Version.new "0.0.4"
end