Bump version 0.2.0rc1.

This commit is contained in:
Naoki Kosaka 2018-12-09 20:41:49 +09:00
parent 6ce65295bb
commit e60f294540
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import (
)
// UaString : Use for User-Agent
var UaString = os.Getenv("RELAY_SERVICENAME") + " (golang net/http; Activity-Relay v0.1.1; " + os.Getenv("RELAY_DOMAIN") + ")"
var UaString = os.Getenv("RELAY_SERVICENAME") + " (golang net/http; Activity-Relay v0.2.0rc1; " + os.Getenv("RELAY_DOMAIN") + ")"
func appendSignature(request *http.Request, body *[]byte, KeyID string, publicKey *rsa.PrivateKey) error {
hash := sha256.New()

View File

@ -63,7 +63,7 @@ func main() {
app := cli.NewApp()
app.Name = "Activity Relay Extarnal CLI"
app.Usage = "Control Relay configration"
app.Version = "0.1.1"
app.Version = "0.2.0rc1"
app.Commands = []cli.Command{
{
Name: "domain",