Skip to content

Commit

Permalink
Bump SDK's version from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed Mar 25, 2024
1 parent 8db066d commit ef0ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
Name string = "cloudcraft-go"

// Version is the version of the package.
Version string = "1.0.0"
Version string = "1.1.0"

// UserAgent is the user agent string for the package.
UserAgent string = Name + "/" + Version
Expand Down

0 comments on commit ef0ef8d

Please sign in to comment.