Skip to content

Commit dc24e3f

Browse files
author
=
committed
Release COSMOS 4.2.4
1 parent 4c60966 commit dc24e3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/crc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lib/cosmos/processors/processor.rb" 0x1FEB7030
1919
"lib/cosmos/processors/statistics_processor.rb" 0x514E4788
2020
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
21-
"lib/cosmos/version.rb" 0xA3170CC0
21+
"lib/cosmos/version.rb" 0xB27EDA3B
2222
"lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
2323
"lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
2424
"lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD

lib/cosmos/version.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# encoding: ascii-8bit
22

3-
COSMOS_VERSION = '4.2.3'
3+
COSMOS_VERSION = '4.2.4'
44
module Cosmos
55
module Version
66
MAJOR = '4'
77
MINOR = '2'
8-
PATCH = '3'
9-
BUILD = '1c7b615558a6c5ef8b628a79202754fa0dccc7d1'
8+
PATCH = '4'
9+
BUILD = '4c60966285c2f7a5a050bfec88cb081b8662fac9'
1010
end
11-
VERSION = '4.2.3'
11+
VERSION = '4.2.4'
1212
end

0 commit comments

Comments
 (0)