Skip to content

Commit

Permalink
Release COSMOS 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 29, 2017
1 parent 0d2d495 commit e5fecad
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" 0xE732AE7F
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
"lib/cosmos/version.rb" 0x76CD1FAA
"lib/cosmos/version.rb" 0xE1032860
"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 = '3.9.0'
COSMOS_VERSION = '3.9.1'
module Cosmos
module Version
MAJOR = '3'
MINOR = '9'
PATCH = '0'
BUILD = '45799e4f04a4c4a9dc463b044de22a6978723120'
PATCH = '1'
BUILD = '0d2d495007138d6145a42b4cba9176f3e606640d'
end
VERSION = '3.9.0'
VERSION = '3.9.1'
end

0 comments on commit e5fecad

Please sign in to comment.