diff --git a/LICENSE b/LICENSE index dcd36c79..094a7a2d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 WorkOS Inc +Copyright (c) 2021 WorkOS Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/workos/workos.go b/internal/workos/workos.go index cd9e6474..239ba115 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.10.8" + Version = "v1.0.0" )