We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffc36d commit 5969ab6Copy full SHA for 5969ab6
lib/strain-code/strain_number.rb lib/strain-code/number.rblib/strain-code/strain_number.rb renamed to lib/strain-code/number.rb
lib/strain-code/version.rb
@@ -1,5 +1,5 @@
1
class StrainCode
2
- VERSION = '0.3.0'
+ VERSION = '0.3.1'
3
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
4
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
5
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
0 commit comments