Skip to content

Commit

Permalink
set version to 0.5.1 for naive build modes
Browse files Browse the repository at this point in the history
  • Loading branch information
philpennock committed Jul 18, 2023
1 parent f0e0f7e commit 7c64baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ProjectName = "smtpdane"

// may be updated by the linker on the link command-line when compiling
var (
Version string = "0.5.1-dev"
Version string = "0.5.1"
Commit = ""
CompileDate = ""
BuiltBy = ""
Expand Down

0 comments on commit 7c64baa

Please sign in to comment.