diff --git a/data/crc.txt b/data/crc.txt index 8baa3543e..7cb053ac0 100644 --- a/data/crc.txt +++ b/data/crc.txt @@ -234,7 +234,7 @@ "lib/cosmos/tools/tlm_viewer/tlm_viewer.rb" 0x895983E9 "lib/cosmos/system.rb" 0x735DFB42 "lib/cosmos/conversions.rb" 0x43679D05 -"lib/cosmos/version.rb" 0x1DE7C42D +"lib/cosmos/version.rb" 0xB014EBF0 "lib/cosmos/core_ext.rb" 0x1951B346 "lib/cosmos/interfaces.rb" 0x7E3EA326 "lib/cosmos/processors.rb" 0x5241327D @@ -250,7 +250,7 @@ "lib/cosmos/streams/tcpip_socket_stream.rb" 0x7096E4FA "lib/cosmos/streams/preidentified_stream_protocol.rb" 0xC258238E "lib/cosmos/script.rb" 0x25BB611B -"lib/cosmos/config/config_parser.rb" 0x96FBE8D7 +"lib/cosmos/config/config_parser.rb" 0x906B17D1 "lib/cosmos/packet_logs.rb" 0xA2EDBB00 "lib/cosmos/packets/limits.rb" 0x9758BB50 "lib/cosmos/packets/limits_response.rb" 0x9C5E8444 diff --git a/lib/cosmos/version.rb b/lib/cosmos/version.rb index 33ecf569d..3b38e1dce 100644 --- a/lib/cosmos/version.rb +++ b/lib/cosmos/version.rb @@ -1,12 +1,12 @@ # encoding: ascii-8bit -COSMOS_VERSION = '3.6.1' +COSMOS_VERSION = '3.6.2' module Cosmos module Version MAJOR = '3' MINOR = '6' - PATCH = '1' - BUILD = 'e2512eb4bbd5b9100b13af0cfae7d042489eac99' + PATCH = '2' + BUILD = 'fcb3c8cec14487f39b0465f850a61b9ea13355cc' end - VERSION = '3.6.1' + VERSION = '3.6.2' end