Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Orner committed Apr 17, 2023
1 parent 4dc11f7 commit 484f103
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 @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED

[0.7.2] - 2023-04-17

- Added OpenSearch local image.

[0.7.1] - 2023-02-22
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.7.1",
Version: "0.7.2",
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 484f103

Please sign in to comment.