Blame view

lib/syspro/version.rb 84 Bytes
dc8aa5b6   Joe Weakley   Rubocop corrections
1
2
  # frozen_string_literal: true
  
31f9a345   Isaac Lewis   init; some tests
3
  module Syspro
b1c0def6   Samuel J Clopton   rubocop violation...
4
    VERSION = '1.0.0.alpha.2'.freeze
31f9a345   Isaac Lewis   init; some tests
5
  end