changelog

This commit is contained in:
Davidson Gomes
2024-08-09 08:01:47 -03:00
parent 9bf17f27f0
commit 0dfbed4eb9
2 changed files with 3 additions and 1 deletions
+1 -1
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.0.4-beta" description="Api to control whatsapp features through http requests."
LABEL version="2.0.9-rc" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@agenciadgcode.com"