diff --git a/internal/version/version.go b/internal/version/version.go index 9e301c7..ac0dd12 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,7 +1,7 @@ package version // Version represents current version. -const Version = "0.3.0" +const Version = "0.4.0" var ( // UIVersion is build time var and represents version of the user interface