From 754fca8cb8374de1ebe0a874e8a8fa72c7457551 Mon Sep 17 00:00:00 2001 From: Naoki Kosaka Date: Wed, 7 Nov 2018 20:42:04 +0900 Subject: [PATCH] Bump version 0.0.2. --- ActivityPub/activity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActivityPub/activity.go b/ActivityPub/activity.go index da90435..dd4666d 100644 --- a/ActivityPub/activity.go +++ b/ActivityPub/activity.go @@ -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()