diff --git a/Dockerfile b/Dockerfile index 814cde41..6098508f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ MAINTAINER KubeMQ info@kubemq.io LABEL name="KubeMQ Target Connectors" \ maintainer="info@kubemq.io" \ vendor="kubemq.io" \ - version="$VERSION" \ + version="0.2.3" \ release="stable" \ summary="KubeMQ Targets connects KubeMQ Message Broker with external systems and cloud services" \ description="KubeMQ Targets allows us to build a message-based microservices architecture on Kubernetes with minimal efforts and without developing connectivity interfaces between KubeMQ Message Broker and external systems such as databases, cache, messaging, and REST-base APIs" diff --git a/Taskfile.yml b/Taskfile.yml index 03decfd5..678ab62a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ version: '2' vars: BINARY_NAME: kubemq-targets - VERSION: v0.2.2 + VERSION: v0.2.3 tasks: check_update: