Skip to content

Commit 4f61c89

Browse files
Updated version to 0.5.0
1 parent 049a80c commit 4f61c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sttp/version/Version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const (
2828
STTPSource = "STTP Go Library"
2929

3030
// STTPVersion defines the STTP library API version used for data subscriber identification.
31-
STTPVersion = "0.4.0"
31+
STTPVersion = "0.5.0"
3232

3333
// STTPUpdatedOn defines when the STTP library API was last updated used for data subscriber identification.
34-
STTPUpdatedOn = "2021-09-27"
34+
STTPUpdatedOn = "2021-10-12"
3535
)

0 commit comments

Comments
 (0)