Skip to content

Commit 7a241dc

Browse files
committed
'23.
1 parent 96d1645 commit 7a241dc

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 <clewis@iqt.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)