
To identify the SQL Server version and edition running on your machine open SSMS, access your Master DB and write the following statement
select @@version

You’ll get a result like that. In my case I have a Developer Edition Microsoft SQL Server 2016

Microsoft SQL Server 2016 (SP2-CU16) (KB5000645) – 13.0.5882.1 (X64) Jan 25 2021 21:40:32 Copyright (c) Microsoft Corporation Developer Edition (64-bit) on Windows Server 2016 Datacenter Evaluation 10.0 (Build 14393: ) (Hypervisor)