Skip to content

Commit

Permalink
Prepare v0.3.0 release
Browse files Browse the repository at this point in the history
Prepare v0.3.0 release
  • Loading branch information
mpermar authored Dec 11, 2023
2 parents d1e7983 + ccb0604 commit d13d32b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING_CLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before submitting your pull request, we advise you to use the following:

## Release Process

All stable code is hosted at the main branch. Releases are done on demand through the Release GitHub workflow. In order to release the current HEAD, you will need to trigger this workflow passing the version being released (i.e. v0.2.0).
All stable code is hosted at the main branch. Releases are done on demand through the Release GitHub workflow. In order to release the current HEAD, you will need to trigger this workflow passing the version being released (i.e. v0.3.0).

## Reporting Bugs and Creating Issues

Expand Down
2 changes: 1 addition & 1 deletion cmd/dt/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// Version is the tool version
var Version = "0.2.0"
var Version = "0.3.0"

// BuildDate is the tool build date
var BuildDate = ""
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dt"
version: "0.2.0"
version: "0.3.0"
usage: "Distribution Tooling for Helm"
description: "Distribution Tooling for Helm"
command: "$HELM_PLUGIN_DIR/bin/dt"
Expand Down

0 comments on commit d13d32b

Please sign in to comment.