Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Update Replay support added along with fixes related to openapiart handling of required Choice without default and integer overflow lint error warning.
  • Loading branch information
apratimmukherjee authored Mar 7, 2024
1 parent 074eed9 commit 8e23255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


class Version:
models_version = "1.0.2"
version = "1.0.2"
models_version = "1.1.0"
version = "1.1.0"
package_name = "snappi"
protobuf_name = "otg"
go_package_name = "gosnappi"

0 comments on commit 8e23255

Please sign in to comment.