Skip to content

Commit 5969ab6

Browse files
committed
Fix dependency
1 parent 8ffc36d commit 5969ab6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/strain-code/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class StrainCode
2-
VERSION = '0.3.0'
2+
VERSION = '0.3.1'
33
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
44
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
55
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)