Module: ASConstants

Defined in:
common/asconstants.rb

Overview

will be adding this file to .gitignore the version and schema_info values should be updated with the ant dist task

Defined Under Namespace

Modules: Repository, Solr

Class Method Summary collapse

Class Method Details

.VERSIONObject



36
37
38
39
40
41
42
43
# File 'common/asconstants.rb', line 36

def self.VERSION
  begin
    find_version
  rescue Exception => ex
    $stderr.puts("Unable to determine ArchivesSpace version: #{ex.message}")
    'NO VERSION'
  end
end