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
4984d61a1b5d136d9280fd379121130b98468516
Authored by
Isaac Lewis
2018-10-25 13:30:57 -0700
Committed by
GitHub
2018-10-25 13:30:57 -0700
1 parent
40f47b36
rev version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/syspro/version.rb
Inline
Side-by-side
lib/syspro/version.rb
Wrap text
Show/Hide comments
View file @
4984d61
1
1
# frozen_string_literal: true
2
2
3
3
module Syspro
4
- VERSION = '1.0.0.alpha.
1
'
4
+ VERSION = '1.0.0.alpha.
2
'
5
5
end
...
...