Skip to content

Commit

Permalink
Release COSMOS 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Apr 11, 2018
1 parent 6c929b5 commit 2e9d5e7
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" 0x20D8AB69
"lib/cosmos/version.rb" 0x7E836DC1
"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.1'
COSMOS_VERSION = '4.2.2'
module Cosmos
module Version
MAJOR = '4'
MINOR = '2'
PATCH = '1'
BUILD = '37634231d2c049188149e28345bc80df36b493cf'
PATCH = '2'
BUILD = '6c929b5a65fd9dc0631cdab312e71f65630fceff'
end
VERSION = '4.2.1'
VERSION = '4.2.2'
end

0 comments on commit 2e9d5e7

Please sign in to comment.