Skip to content

Commit

Permalink
Release v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Dec 21, 2022
1 parent 3b749f0 commit 6bb1e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sh aemw version
Ensure having installed [Go](https://go.dev/dl/) then run command:

- latest released version: `go install github.com/wttech/aemc/cmd/aem@latest`,
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.13`,
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.14`,
- recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`,

## Ansible Collection
Expand Down
2 changes: 1 addition & 1 deletion aemw
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

VERSION=${AEMC_VERSION:-"0.5.13"}
VERSION=${AEMC_VERSION:-"0.5.14"}
COMMAND_DEFAULT=${AEMC_COMMAND_DEFAULT:-"setup"}

AEM_DIR="aem"
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

VERSION=${AEMC_VERSION:-"0.5.13"}
VERSION=${AEMC_VERSION:-"0.5.14"}
SOURCE_URL=https://raw.githubusercontent.com/wttech/aemc/v${VERSION}

AEM_WRAPPER=aemw
Expand Down

0 comments on commit 6bb1e61

Please sign in to comment.