Skip to content

Commit 21b8bf9

Browse files
committed
#19 Prepare next iteration
1 parent ef04a53 commit 21b8bf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It allows to launch tests or import API artifacts with minimal dependencies.
77

88
## Build Status
99

10-
Current development version is `0.5.0-SNAPSHOT`. [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/microcks/microcks-cli/build-verify-package?logo=github&style=for-the-badge)](https://github.com/microcks/microcks-cli/actions)
10+
Current development version is `0.5.1-SNAPSHOT`. [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/microcks/microcks-cli/build-verify-package?logo=github&style=for-the-badge)](https://github.com/microcks/microcks-cli/actions)
1111

1212
## Usage instructions
1313

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ func NewVersionCommand() Command {
1212

1313
// Execute implementation on versionCommand structure
1414
func (c *versionCommand) Execute() {
15-
fmt.Println("0.5.0")
15+
fmt.Println("0.5.1")
1616
}

0 commit comments

Comments
 (0)