Skip to content

Commit b26ae44

Browse files
author
Noah Lee
authored
Bump the minor version (#36)
1 parent 40a7188 commit b26ae44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tasks/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker run \
6060
--restart=always \
6161
--detach=true \
6262
--name=gitploy \
63-
gitployio/gitploy:0.4
63+
gitployio/gitploy:0.6
6464
```
6565

6666
### Kubernetes
@@ -107,7 +107,7 @@ spec:
107107
spec:
108108
containers:
109109
- name: gitploy-server
110-
image: "gitployio/gitploy:0.4"
110+
image: "gitployio/gitploy:0.6"
111111
imagePullPolicy: IfNotPresent
112112
ports:
113113
- name: http

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)