Skip to content

Commit b42c80b

Browse files
committed
Release: bump static version string (0.5.5)
1 parent 9e4a64c commit b42c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ProjectName = "smtpdane"
1414

1515
// may be updated by the linker on the link command-line when compiling
1616
var (
17-
Version string = "0.5.5-dev"
17+
Version string = "0.5.5"
1818
Commit = ""
1919
CompileDate = ""
2020
BuiltBy = ""

0 commit comments

Comments
 (0)