Bump version 0.0.2.
This commit is contained in:
parent
5cc8acb500
commit
754fca8cb8
@ -19,7 +19,7 @@ import (
|
||||
"github.com/yukimochi/httpsig"
|
||||
)
|
||||
|
||||
var UA_STRING = "YUKIMOCHI Toot Relay Service (golang net/http; Activity-Relay v0.0.1; " + os.Getenv("RELAY_DOMAIN") + ")"
|
||||
var UA_STRING = "YUKIMOCHI Toot Relay Service (golang net/http; Activity-Relay v0.0.2; " + os.Getenv("RELAY_DOMAIN") + ")"
|
||||
|
||||
func appendSignature(r *http.Request, body *[]byte, KeyID string, pKey *rsa.PrivateKey) error {
|
||||
hash := sha256.New()
|
||||
|
Loading…
x
Reference in New Issue
Block a user