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
7510ff56   Joe Weakley   Updated version t...
4
    VERSION = '1.0.0.alpha.1'
31f9a345   Isaac Lewis   init; some tests
5
  end