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 @@ -70,7 +70,7 @@ sh aemw version
70
70
Ensure having installed [ Go] ( https://go.dev/dl/ ) then run command:
71
71
72
72
- latest released version: ` go install github.com/wttech/aemc/cmd/aem@latest ` ,
73
- - specific released version: ` go install github.com/wttech/aemc/cmd/aem@v0.12.4 ` ,
73
+ - specific released version: ` go install github.com/wttech/aemc/cmd/aem@v0.13.0 ` ,
74
74
- recently committed version: ` go install github.com/wttech/aemc/cmd/aem@main ` ,
75
75
76
76
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.12.4 " }
3
+ VERSION=${AEMC_VERSION:- " 0.13.0 " }
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.12.4 " }
10
+ VERSION=${AEMC_VERSION:- " 0.13.0 " }
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