Bump version to v1.4.4
This commit is contained in:
parent
49eeebec27
commit
c7b9d819c1
|
@ -1,6 +1,6 @@
|
|||
# go-ipp
|
||||
|
||||
[![Version](https://img.shields.io/github/release-pre/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/releases/tag/v1.4.3)
|
||||
[![Version](https://img.shields.io/github/release-pre/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/releases/tag/v1.4.4)
|
||||
[![Documentation](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/phin1x/go-ipp?tab=doc)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/phin1x/go-ipp)](https://goreportcard.com/report/github.com/phin1x/go-ipp)
|
||||
[![Licence](https://img.shields.io/github/license/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/blob/master/LICENSE)
|
||||
|
@ -62,7 +62,7 @@ func main() {
|
|||
panic(err)
|
||||
}
|
||||
|
||||
// set oüü headers
|
||||
// set ipp headers
|
||||
httpReq.Header.Set("Content-Length", len(payload))
|
||||
httpReq.Header.Set("Content-Type", ipp.ContentTypeIPP)
|
||||
|
||||
|
|
Loading…
Reference in New Issue