Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Oct 23, 2023
1 parent 515aecd commit 491769b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.4.0 - 2023-10-23

### Added

- The `forklift-package.yml` files now have an optional `compose-files` field in feature flags to define Compose files which should be merged into the Compose app for every package deployment which enables that feature.
Expand Down
6 changes: 3 additions & 3 deletions cmd/forklift/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ var app = &cli.App{
// Versioning

const (
repoMinVersion = "v0.4.0-dev" // minimum supported Forklift version among repos
palletMinVersion = "v0.4.0-dev" // minimum supported Forklift version among pallets
fallbackVersion = "v0.4.0-dev" // version reported by Forklift tool if actual version is unknown
repoMinVersion = "v0.4.0" // minimum supported Forklift version among repos
palletMinVersion = "v0.4.0" // minimum supported Forklift version among pallets
fallbackVersion = "v0.4.1-dev" // version reported by Forklift tool if actual version is unknown
)

var (
Expand Down

0 comments on commit 491769b

Please sign in to comment.