From 61daa576aa4f4701231a124ccd88e2f32e646607 Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Thu, 6 Jun 2024 22:17:22 +0200 Subject: [PATCH] Prepare release v0.4.0 --- 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 a10e53c..bff3376 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.3.0` + SSH_COMPOSE_VERSION = `0.4.0` ) type SshComposeConfig struct {