diff --git a/sttp/version/Version.go b/sttp/version/Version.go index f336efb..b7817f4 100644 --- a/sttp/version/Version.go +++ b/sttp/version/Version.go @@ -28,8 +28,8 @@ const ( STTPSource = "STTP Go Library" // STTPVersion defines the STTP library API version used for data subscriber identification. - STTPVersion = "0.4.0" + STTPVersion = "0.5.0" // STTPUpdatedOn defines when the STTP library API was last updated used for data subscriber identification. - STTPUpdatedOn = "2021-09-27" + STTPUpdatedOn = "2021-10-12" )