Blame view

lib/syspro/version.rb 77 Bytes
dc8aa5b6   Joe Weakley   Rubocop corrections
1
2
  # frozen_string_literal: true
  
31f9a345   Isaac Lewis   init; some tests
3
  module Syspro
4984d61a   Isaac Lewis   rev version
4
    VERSION = '1.0.0.alpha.2'
31f9a345   Isaac Lewis   init; some tests
5
  end