File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
"lib/cosmos/processors/processor.rb" 0x1FEB7030
19
19
"lib/cosmos/processors/statistics_processor.rb" 0x514E4788
20
20
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
21
- "lib/cosmos/version.rb" 0xA3170CC0
21
+ "lib/cosmos/version.rb" 0xB27EDA3B
22
22
"lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
23
23
"lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
24
24
"lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD
Original file line number Diff line number Diff line change 1
1
# encoding: ascii-8bit
2
2
3
- COSMOS_VERSION = '4.2.3 '
3
+ COSMOS_VERSION = '4.2.4 '
4
4
module Cosmos
5
5
module Version
6
6
MAJOR = '4'
7
7
MINOR = '2'
8
- PATCH = '3 '
9
- BUILD = '1c7b615558a6c5ef8b628a79202754fa0dccc7d1 '
8
+ PATCH = '4 '
9
+ BUILD = '4c60966285c2f7a5a050bfec88cb081b8662fac9 '
10
10
end
11
- VERSION = '4.2.3 '
11
+ VERSION = '4.2.4 '
12
12
end
You can’t perform that action at this time.
0 commit comments