Blame view

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