File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 1
1
# encoding: ascii-8bit
2
2
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
-
20
3
COSMOS_VERSION = '5.0.0'
21
4
module Cosmos
22
5
module Version
23
6
MAJOR = '5'
24
7
MINOR = '0'
25
8
PATCH = '0'
26
- BUILD = '48928b6fe0b9b110ef3a6c613b7eae5e25643916 '
9
+ BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48 '
27
10
end
28
11
VERSION = '5.0.0'
29
12
end
You can’t perform that action at this time.
0 commit comments