Skip to content

Commit e88c318

Browse files
committed
udpate version
1 parent 4018499 commit e88c318

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

lib/cosmos/version.rb

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
11
# encoding: ascii-8bit
22

3-
# Copyright 2021 Ball Aerospace & Technologies Corp.
4-
# All Rights Reserved.
5-
#
6-
# This program is free software; you can modify and/or redistribute it
7-
# under the terms of the GNU Affero General Public License
8-
# as published by the Free Software Foundation; version 3 with
9-
# attribution addendums as found in the LICENSE.txt
10-
#
11-
# This program is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Affero General Public License for more details.
15-
#
16-
# This program may also be used under the terms of a commercial or
17-
# enterprise edition license of COSMOS if purchased from the
18-
# copyright holder
19-
203
COSMOS_VERSION = '5.0.0'
214
module Cosmos
225
module Version
236
MAJOR = '5'
247
MINOR = '0'
258
PATCH = '0'
26-
BUILD = '48928b6fe0b9b110ef3a6c613b7eae5e25643916'
9+
BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48'
2710
end
2811
VERSION = '5.0.0'
2912
end

0 commit comments

Comments
 (0)