Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Nov 29, 2023
1 parent fe51575 commit a5c8be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package inngestgo

const (
SDKLanguage = "go"
SDKVersion = "0.0.1"
SDKVersion = "0.5.2"
)
2 changes: 1 addition & 1 deletion headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
)

var (
HeaderValueSDK = fmt.Sprintf("%s:%s", SDKLanguage, SDKVersion)
HeaderValueSDK = fmt.Sprintf("%s:v%s", SDKLanguage, SDKVersion)
)

func SetBasicRequestHeaders(req *http.Request) {
Expand Down

0 comments on commit a5c8be6

Please sign in to comment.