diff --git a/pkg/specs/config.go b/pkg/specs/config.go index 9acce35..b6ba878 100644 --- a/pkg/specs/config.go +++ b/pkg/specs/config.go @@ -13,7 +13,7 @@ import ( const ( SSH_COMPOSE_CONFIGNAME = ".ssh-compose" SSH_COMPOSE_ENV_PREFIX = "ssh_COMPOSE" - SSH_COMPOSE_VERSION = `0.6.1` + SSH_COMPOSE_VERSION = `0.6.2` ) type SshComposeConfig struct {