Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Oct 21, 2020
1 parent 89524ed commit f25378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 5 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Patch = 1 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)

Expand Down

0 comments on commit f25378b

Please sign in to comment.