diff --git a/build.sh b/build.sh index 8f9dc5b..6ebc5d6 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash MAKE_PACKAGE=false -VERSION=0.0.3 +VERSION=0.0.4 usage() { echo "Usage: $0 [OPTIONS]" diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index cd821e8..b9ec354 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -1,5 +1,5 @@ package constants -const Version = "0.0.5" +const Version = "0.0.4" const ApiVersion = 1