diff --git a/apps/gateway-go/2.0.8/.env.sample b/apps/gateway-go/2.0.9/.env.sample similarity index 100% rename from apps/gateway-go/2.0.8/.env.sample rename to apps/gateway-go/2.0.9/.env.sample diff --git a/apps/gateway-go/2.0.8/data.yml b/apps/gateway-go/2.0.9/data.yml similarity index 100% rename from apps/gateway-go/2.0.8/data.yml rename to apps/gateway-go/2.0.9/data.yml diff --git a/apps/gateway-go/2.0.8/docker-compose.yml b/apps/gateway-go/2.0.9/docker-compose.yml similarity index 81% rename from apps/gateway-go/2.0.8/docker-compose.yml rename to apps/gateway-go/2.0.9/docker-compose.yml index a112eed80..a71b5a928 100644 --- a/apps/gateway-go/2.0.8/docker-compose.yml +++ b/apps/gateway-go/2.0.9/docker-compose.yml @@ -5,6 +5,6 @@ services: network_mode: "host" volumes: - "${DATA_PATH}:/root" - image: openiothub/gateway-go:v2.0.8 + image: openiothub/gateway-go:v2.0.9 labels: createdBy: "Apps"