From 39584d783b92b812676b0ba4ae58b85b38fde767 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Tue, 3 Dec 2024 16:59:14 -0300 Subject: [PATCH] bump faucet (#148) --- spaceship/pkg/faucet/faucet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spaceship/pkg/faucet/faucet.go b/spaceship/pkg/faucet/faucet.go index 5537947f..d3e11080 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.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 {