Skip to content

Commit 6c96b35

Browse files
committed
bump project version
1 parent 6f19a13 commit 6c96b35

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

docker-images/ziti-console-assets/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ WORKDIR /usr/src/app
2626
COPY --from=builder /usr/src/app/dist/app-ziti-console ./dist/app-ziti-console
2727

2828
CMD ["echo", "deployment guide https://openziti.io/docs/guides/deployments/docker/console"]
29-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.netfoundry.zac",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "Ziti Administration Console",
55
"main": "server.js",
66
"type": "module",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const VERSION = {
2-
"version": "3.6.1"
2+
"version": "3.6.2"
33
};

0 commit comments

Comments
 (0)