diff --git a/spaceship/pkg/faucet/faucet.go b/spaceship/pkg/faucet/faucet.go index b1a1aba1..5537947f 100644 --- a/spaceship/pkg/faucet/faucet.go +++ b/spaceship/pkg/faucet/faucet.go @@ -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 {