Skip to content

Commit

Permalink
Merge pull request #727 from anarkiwi/rel
Browse files Browse the repository at this point in the history
rel 1.0.9.
  • Loading branch information
anarkiwi authored Jun 8, 2022
2 parents bd8720a + 8dac485 commit 599e033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
plugin:
restart: always
image: iqtlabs/dovesnap:v1.0.8
image: iqtlabs/dovesnap:v1.0.9
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "1.0.8"
version = "1.0.9"
)

func main() {
Expand Down

0 comments on commit 599e033

Please sign in to comment.