From 4b737a08dd3aedbce1c0a6a162da81e004f98404 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Sat, 30 Nov 2024 20:39:21 -0300 Subject: [PATCH] bump faucet --- 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 {