version: 2.1.1

This commit is contained in:
Davidson Gomes 2024-09-22 10:32:00 -03:00
parent d3b229c6a1
commit 4ca141b4f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 2.1.1 (develop)
# 2.1.1 (2024-09-22 10:31)
### Features

View File

@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash
LABEL version="2.1.0" description="Api to control whatsapp features through http requests."
LABEL version="2.1.1" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@atendai.com"