diff --git a/apps/gateway-go/2.0.11/.env.sample b/apps/gateway-go/2.0.12/.env.sample similarity index 100% rename from apps/gateway-go/2.0.11/.env.sample rename to apps/gateway-go/2.0.12/.env.sample diff --git a/apps/gateway-go/2.0.11/data.yml b/apps/gateway-go/2.0.12/data.yml similarity index 100% rename from apps/gateway-go/2.0.11/data.yml rename to apps/gateway-go/2.0.12/data.yml diff --git a/apps/gateway-go/2.0.11/docker-compose.yml b/apps/gateway-go/2.0.12/docker-compose.yml similarity index 81% rename from apps/gateway-go/2.0.11/docker-compose.yml rename to apps/gateway-go/2.0.12/docker-compose.yml index aabd440dd..ad4f63414 100644 --- a/apps/gateway-go/2.0.11/docker-compose.yml +++ b/apps/gateway-go/2.0.12/docker-compose.yml @@ -5,6 +5,6 @@ services: network_mode: "host" volumes: - "${DATA_PATH}:/root" - image: openiothub/gateway-go:v2.0.11 + image: openiothub/gateway-go:v2.0.12 labels: createdBy: "Apps"