Skip to content

Commit fb9240f

Browse files
authored
Merge pull request #1226 from anarkiwi/rel
'23.
2 parents 96d1645 + 7a241dc commit fb9240f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.23.dev"
15+
version = "1.1.23"
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.23.dev"
3+
version = "1.1.23"
44
description = "graphviz generator of dovesnap networks"
55
authors = ["Charlie Lewis <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)