diff --git a/internal/workos/workos.go b/internal/workos/workos.go index 1c506f4c..e72ca144 100644 --- a/internal/workos/workos.go +++ b/internal/workos/workos.go @@ -2,5 +2,5 @@ package workos const ( // Version represents the SDK version number. - Version = "v0.1.3" + Version = "v0.1.4" ) diff --git a/makefile b/makefile index daad8e7b..89eb3527 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ ifdef VERSION git add internal/workos/workos.go -git commit -m ${VERSION} git push --set-upstream origin ${VERSION} - open https://github.com/maxence-charriere/app/compare/${VERSION}?expand=1 + open https://github.com/workos-inc/workos-go/compare/${VERSION}?expand=1 else @echo "\033[91mVERSION is not defided\033[00m"