We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96d1645 + 7a241dc commit fb9240fCopy full SHA for fb9240f
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- version = "1.1.23.dev"
+ version = "1.1.23"
16
17
18
func main() {
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dovesnap"
3
-version = "1.1.23.dev"
+version = "1.1.23"
4
description = "graphviz generator of dovesnap networks"
5
authors = ["Charlie Lewis <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments