module CTioga2::Version

A small module to deal with versions and dates

Constants

GIT_DATE
GIT_VERSION

Public Class Methods

last_modified_date() click to toggle source

Returns the date ctioga2 was last modified.

# File lib/ctioga2/utils.rb, line 40
def self.last_modified_date
  return GIT_DATE
end
version() click to toggle source

The current version of the program.

# File lib/ctioga2/utils.rb, line 34
def self.version
  return GIT_VERSION
end