Skip to content

Commit

Permalink
Merge main into dev-rsvp-path
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Jan 22, 2024
2 parents 1dc9d1d + 7ba9c6b commit f84d430
Show file tree
Hide file tree
Showing 8 changed files with 34,053 additions and 333 deletions.
4 changes: 4 additions & 0 deletions gosnappi/gosnappi.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,11 @@ type Api interface {

func (api *gosnappiApi) GetLocalVersion() Version {
if api.versionMeta.localVersion == nil {
<<<<<<< HEAD
api.versionMeta.localVersion = NewVersion().SetApiSpecVersion("0.13.7").SetSdkVersion("0.13.6")
=======
api.versionMeta.localVersion = NewVersion().SetApiSpecVersion("0.13.7").SetSdkVersion("0.13.7")
>>>>>>> main
}

return api.versionMeta.localVersion
Expand Down
Loading

0 comments on commit f84d430

Please sign in to comment.