Labbeemint
/
syspro-ruby
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7510ff56b93066c8ec8b0d1eff86e0752079d99a
Authored by
Joe Weakley
2018-04-06 12:48:18 -0700
1 parent
54ad214b
Updated version to alpha.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Gemfile.lock
lib/syspro/version.rb
Inline
Side-by-side
Gemfile.lock
Wrap text
Show/Hide comments
View file @
7510ff5
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
Wrap text
Show/Hide comments
View file @
7510ff5
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
...
...