Skip to content

Commit e5fecad

Browse files
author
=
committed
Release COSMOS 3.9.1
1 parent 0d2d495 commit e5fecad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/crc.txt

Lines changed: 1 addition & 1 deletion
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" 0xE732AE7F
2020
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
21-
"lib/cosmos/version.rb" 0x76CD1FAA
21+
"lib/cosmos/version.rb" 0xE1032860
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

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

3-
COSMOS_VERSION = '3.9.0'
3+
COSMOS_VERSION = '3.9.1'
44
module Cosmos
55
module Version
66
MAJOR = '3'
77
MINOR = '9'
8-
PATCH = '0'
9-
BUILD = '45799e4f04a4c4a9dc463b044de22a6978723120'
8+
PATCH = '1'
9+
BUILD = '0d2d495007138d6145a42b4cba9176f3e606640d'
1010
end
11-
VERSION = '3.9.0'
11+
VERSION = '3.9.1'
1212
end

0 commit comments

Comments
 (0)