Skip to content

Commit

Permalink
chore: 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 1, 2024
1 parent 37210a1 commit a8ce172
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["proto", "doseid", "proxy", "util"]
resolver = "2"

[workspace.package]
version = "0.0.4"
version = "0.0.5"
license = "Apache-2.0"
repository = "https://github.com/doseiai/engine"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.hobby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
doseid:
container_name: doseid
restart: always
image: doseiai/dosei:0.0.4
image: doseiai/dosei:0.0.5
command: /bin/doseid --host 0.0.0.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit a8ce172

Please sign in to comment.