Skip to content

Commit

Permalink
Bump version to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Orner committed Jan 20, 2023
1 parent 3319a7c commit 5a04fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

[0.6.7] - 2023-01-20
- Changed the `kafka` image to work with M1 chip Macs

[0.6.1 - 0.6.6] - 2022-07-08
- Fix GitHub Actions deploy process
- Fixes for logs and down actions
Expand Down
2 changes: 1 addition & 1 deletion cmd/gdc/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var ComposeFile string

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "0.6.5",
Version: "0.6.7",
Use: "global_docker_compose (command) --services service1 service2 --compose_file ../docker-compose.yml",
Short: "Generate JSON files to use with the Flipp platform deploy scripts",
Long: `
Expand Down

0 comments on commit 5a04fbd

Please sign in to comment.