File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.0.3-build.1 </string >
20
+ <string >3.0.3-build.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >3.0.3-build.1 </string >
24
+ <string >3.0.3-build.2 </string >
25
25
<key >LSApplicationCategoryType </key >
26
26
<string >public.app-category.developer-tools </string >
27
27
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 2
2
3
3
# Get latest Production Relase version number
4
4
echo " --> Getting Production Release version number"
5
- VERSION=$( curl -s https://www.mongodb.org/downloads | grep -o ' Production Release (.*)' | grep -o ' [0-9]*\.[0-9]*\.[0-9]*' )
5
+ VERSION=$( curl -s https://www.mongodb.org/downloads | grep -o ' Current Stable Release (.*)' | grep -o ' [0-9]*\.[0-9]*\.[0-9]*' )
6
6
echo " --> Production Release: $VERSION "
7
7
8
8
# Create download url
You can’t perform that action at this time.
0 commit comments