Skip to content

Commit 1e3ada5

Browse files
authored
Merge pull request #1046 from anarkiwi/v14
v14.
2 parents 8b09fdf + 875bca1 commit 1e3ada5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22
services:
33
plugin:
44
restart: always
5-
image: iqtlabs/dovesnap:v1.1.13
5+
image: iqtlabs/dovesnap:v1.1.14
66
volumes:
77
- /run/docker/plugins:/run/docker/plugins
88
- /var/run/docker.sock:/var/run/docker.sock

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
version = "1.1.13"
15+
version = "1.1.14"
1616
)
1717

1818
func main() {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dovesnap"
3-
version = "1.1.13"
3+
version = "1.1.14"
44
description = "graphviz generator of dovesnap networks"
55
authors = ["Charlie Lewis <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)