Skip to content

Commit

Permalink
Falco version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jun 5, 2024
1 parent 44c0930 commit 1b7fd84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/miga/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ module MiGA
# - String indicating release status:
# - rc* release candidate, not released as gem
# - [0-9]+ stable release, released as gem
VERSION = [1.3, 15, 3].freeze
VERSION = [1.3, 15, 4].freeze

##
# Nickname for the current major.minor version.
VERSION_NAME = 'mezzotint'

##
# Date of the current gem relese.
VERSION_DATE = Date.new(2024, 5, 21)
VERSION_DATE = Date.new(2024, 6, 5)

##
# References of MiGA
Expand Down
2 changes: 1 addition & 1 deletion scripts/trimmed_reads.bash
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ $(seqtk 2>&1 | grep Version | perl -pe 's/.*: //')
=> Fastp
$(fastp --version 2>&1 | perl -pe 's/^fastp //')
=> Falco
$(falco -V 2>&1 | tee)
$(falco -v 2>&1 | tee)
VERSIONS

0 comments on commit 1b7fd84

Please sign in to comment.