Bump version to 0.1.3

This commit is contained in:
Guillaume Tardif 2020-06-23 17:05:07 +02:00
parent c673b3256b
commit bf76fe2f32
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import (
"github.com/docker/api/cli/mobycli"
)
const cliVersion = "0.1.2"
const cliVersion = "0.1.3"
// VersionCommand command to display version
func VersionCommand() *cobra.Command {