Skip to content

Commit

Permalink
bump version back to -dev for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
philpennock committed Jul 18, 2023
1 parent 94a712e commit 32ea9c8
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 @@ -13,7 +13,7 @@ import (
const ProjectName = "smtpdane"

// may be updated by the linker on the link command-line when compiling
var Version string = "0.5.0"
var Version string = "0.5.1-dev"

func version() {
fmt.Printf("%s version %s\n", ProjectName, Version)
Expand Down

0 comments on commit 32ea9c8

Please sign in to comment.