Skip to content

Commit

Permalink
Updated version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Sep 24, 2021
1 parent c157eda commit b87e7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sttp/version/Version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const (
STTPSource = "STTP Go Library"

// STTPVersion defines the STTP library API version used for data subscriber identification.
STTPVersion = "0.2.0"
STTPVersion = "0.3.0"

// STTPUpdatedOn defines when the STTP library API was last updated used for data subscriber identification.
STTPUpdatedOn = "2021-09-20"
STTPUpdatedOn = "2021-09-24"
)

0 comments on commit b87e7f0

Please sign in to comment.