Bump version 0.1.1.

This commit is contained in:
Naoki Kosaka
2018-11-25 14:27:35 +09:00
parent 232f2964be
commit 4c84636b29
3 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/yukimochi/httpsig"
)
var UA_STRING = os.Getenv("RELAY_SERVICENAME") + " (golang net/http; Activity-Relay v0.1.0; " + os.Getenv("RELAY_DOMAIN") + ")"
var UA_STRING = os.Getenv("RELAY_SERVICENAME") + " (golang net/http; Activity-Relay v0.1.1; " + os.Getenv("RELAY_DOMAIN") + ")"
func appendSignature(r *http.Request, body *[]byte, KeyID string, pKey *rsa.PrivateKey) error {
hash := sha256.New()