Skip to content

Commit

Permalink
udpate version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Jan 9, 2021
1 parent 4018499 commit e88c318
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions lib/cosmos/version.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
# encoding: ascii-8bit

# Copyright 2021 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU Affero General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# This program may also be used under the terms of a commercial or
# enterprise edition license of COSMOS if purchased from the
# copyright holder

COSMOS_VERSION = '5.0.0'
module Cosmos
module Version
MAJOR = '5'
MINOR = '0'
PATCH = '0'
BUILD = '48928b6fe0b9b110ef3a6c613b7eae5e25643916'
BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48'
end
VERSION = '5.0.0'
end

0 comments on commit e88c318

Please sign in to comment.