From d5e197e9c340159c78f286c9c40ce48f54633be1 Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Tue, 10 Dec 2024 14:38:27 +0100 Subject: [PATCH] Prepare v0.6.2 --- pkg/specs/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {