Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jan 11, 2023
1 parent 4343131 commit 98a2e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.6.4`,
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.7.0`,
- recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`,

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

VERSION=${AEMC_VERSION:-"0.6.4"}
VERSION=${AEMC_VERSION:-"0.7.0"}
SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project"

AEM_WRAPPER="aemw"
Expand Down

0 comments on commit 98a2e4d

Please sign in to comment.