Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
131 committed Dec 16, 2023
1 parent 96f1aae commit e8ffdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY . .
RUN npm install --production
WORKDIR /app
ENTRYPOINT ["/stack.js"]
LABEL "org.opencontainers.image.version"="9.1.0"
LABEL "org.opencontainers.image.version"="9.1.1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dspp",
"version": "9.1.0",
"version": "9.1.1",
"bin": {
"dspp": "./stack.js"
},
Expand Down

0 comments on commit e8ffdbf

Please sign in to comment.