File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ sh aemw version
92
92
Ensure having installed [ Go] ( https://go.dev/dl/ ) then run command:
93
93
94
94
- latest released version: ` go install github.com/wttech/aemc/cmd/aem@latest ` ,
95
- - specific released version: ` go install github.com/wttech/aemc/cmd/aem@v0.15.0 ` ,
95
+ - specific released version: ` go install github.com/wttech/aemc/cmd/aem@v0.15.1 ` ,
96
96
- recently committed version: ` go install github.com/wttech/aemc/cmd/aem@main ` ,
97
97
98
98
Use installed version of the tool instead of the one defined in file * aem/api.sh* by running the following command:
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- VERSION=${AEMC_VERSION:- " 0.15.0 " }
3
+ VERSION=${AEMC_VERSION:- " 0.15.1 " }
4
4
5
5
# Utilities
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -f "$AEM_WRAPPER" ]; then
7
7
exit 1
8
8
fi
9
9
10
- VERSION=${AEMC_VERSION:- " 0.15.0 " }
10
+ VERSION=${AEMC_VERSION:- " 0.15.1 " }
11
11
SOURCE_URL=" https://raw.githubusercontent.com/wttech/aemc/v${VERSION} /project"
12
12
13
13
AEM_DIR=" aem"
You can’t perform that action at this time.
0 commit comments