Skip to content

Commit

Permalink
version: Change default version from 0.2.5 to devel
Browse files Browse the repository at this point in the history
This way we don't have bad data.
  • Loading branch information
mmlb committed Jun 19, 2024
1 parent c414ddd commit b9e3497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
name = "vogelkop"
version = "0.2.5"
version = "devel"
)

func Name() string {
Expand Down

0 comments on commit b9e3497

Please sign in to comment.