diff --git a/spicetify.go b/spicetify.go index 0019d93ccb..e86da40374 100644 --- a/spicetify.go +++ b/spicetify.go @@ -12,8 +12,8 @@ import ( colorable "github.com/mattn/go-colorable" ) -const ( - version = "2.4.0" +var ( + version string ) var ( diff --git a/task.ps1 b/task.ps1 index 8bcc0e9465..7ad68f85cc 100644 Binary files a/task.ps1 and b/task.ps1 differ