From e5fecad148c4a9bb0628de4ce3026b1ee65e9a5a Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 29 Mar 2017 15:59:02 -0600 Subject: [PATCH] Release COSMOS 3.9.1 --- data/crc.txt | 2 +- lib/cosmos/version.rb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/crc.txt b/data/crc.txt index fefb7ba9a..60fd1054a 100644 --- a/data/crc.txt +++ b/data/crc.txt @@ -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 diff --git a/lib/cosmos/version.rb b/lib/cosmos/version.rb index a92f2b670..ef3bac27b 100644 --- a/lib/cosmos/version.rb +++ b/lib/cosmos/version.rb @@ -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