Skip to content

Commit

Permalink
Release COSMOS 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed May 16, 2018
1 parent 4c60966 commit dc24e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lib/cosmos/processors/processor.rb" 0x1FEB7030
"lib/cosmos/processors/statistics_processor.rb" 0x514E4788
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
"lib/cosmos/version.rb" 0xA3170CC0
"lib/cosmos/version.rb" 0xB27EDA3B
"lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
"lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
"lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD
Expand Down
8 changes: 4 additions & 4 deletions lib/cosmos/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# encoding: ascii-8bit

COSMOS_VERSION = '4.2.3'
COSMOS_VERSION = '4.2.4'
module Cosmos
module Version
MAJOR = '4'
MINOR = '2'
PATCH = '3'
BUILD = '1c7b615558a6c5ef8b628a79202754fa0dccc7d1'
PATCH = '4'
BUILD = '4c60966285c2f7a5a050bfec88cb081b8662fac9'
end
VERSION = '4.2.3'
VERSION = '4.2.4'
end

0 comments on commit dc24e3f

Please sign in to comment.