Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from Vonage/increase-patch-version-for-release
Browse files Browse the repository at this point in the history
Updated utils.go increasing the version of the SDK with a patch increase
  • Loading branch information
Greg Holmes committed Jan 5, 2021
2 parents b87a8d9 + bc24bf6 commit 7e16a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package vonage
import "runtime"

func GetVersion() string {
return "0.13.0"
return "0.13.1"
}

func GetUserAgent() string {
Expand Down

0 comments on commit 7e16a16

Please sign in to comment.