Skip to content

Commit

Permalink
bump faucet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Nov 23, 2024
1 parent f449ac5 commit 7228b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceship/pkg/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
)

// faucetVersion specifies the current version of the faucet application.
var faucetVersion = semver.MustParse("0.0.1")
var faucetVersion = semver.MustParse("0.0.2")

// faucetReleaseName constructs the download URL for a faucet binary tarball given the target platform.
func faucetReleaseName(target string) string {
Expand Down

0 comments on commit 7228b24

Please sign in to comment.