Skip to content

Commit

Permalink
bump faucet (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Dec 3, 2024
1 parent d60f3a3 commit 39584d7
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.2")
var faucetVersion = semver.MustParse("0.0.3")

// 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 39584d7

Please sign in to comment.