Skip to content

Commit

Permalink
chore: bump version to v0.0.6 (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <[email protected]>
  • Loading branch information
gruyaume authored Jan 26, 2025
1 parent 445b871 commit 33e6ede
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Build the image and push it to the local registry

```shell
rockcraft pack
sudo rockcraft.skopeo --insecure-policy copy oci-archive:ella-core_v0.0.5_amd64.rock docker-daemon:ella-core:latest
sudo rockcraft.skopeo --insecure-policy copy oci-archive:ella-core_v0.0.6_amd64.rock docker-daemon:ella-core:latest
docker tag ella-core:latest localhost:5000/ella-core:latest
docker push localhost:5000/ella-core:latest
```
Expand Down Expand Up @@ -100,7 +100,7 @@ mkdocs build
```shell
sudo snap install rockcraft --classic --edge
rockcraft pack -v
sudo rockcraft.skopeo --insecure-policy copy oci-archive:ella-core_0.0.5_amd64.rock docker-daemon:ella-core:latest
sudo rockcraft.skopeo --insecure-policy copy oci-archive:ella-core_0.0.6_amd64.rock docker-daemon:ella-core:latest
docker run ella-core:latest
```

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ None
```json
{
"result": {
"version": "v0.0.5",
"version": "v0.0.6",
"initialized": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.5
v0.0.6

0 comments on commit 33e6ede

Please sign in to comment.