We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f1cbf commit 7ea46a0Copy full SHA for 7ea46a0
Dockerfile
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
3
RUN apk update && \
4
apk add git ffmpeg wget curl bash openssl
5
6
-LABEL version="2.2.2" description="Api to control whatsapp features through http requests."
+LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
7
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
8
LABEL contact="[email protected]"
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "evolution-api",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/main.js",
"type": "commonjs",
0 commit comments