Commit 7510ff56b93066c8ec8b0d1eff86e0752079d99a

Authored by Joe Weakley
1 parent 54ad214b

Updated version to alpha.

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile.lock
1 1 PATH
2 2 remote: .
3 3 specs:
4   - syspro-ruby (0.1.0)
  4 + syspro-ruby (1.0.0.alpha.1)
5 5 faraday (~> 0.10)
6 6 nokogiri (~> 1.8.2)
7 7  
... ...
lib/syspro/version.rb
1 1 # frozen_string_literal: true
2 2  
3 3 module Syspro
4   - VERSION = '0.1.0'
  4 + VERSION = '1.0.0.alpha.1'
5 5 end
... ...