Bump version 0.2.0rc1.
This commit is contained in:
parent
6ce65295bb
commit
e60f294540
@ -16,7 +16,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// UaString : Use for User-Agent
|
// 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 {
|
func appendSignature(request *http.Request, body *[]byte, KeyID string, publicKey *rsa.PrivateKey) error {
|
||||||
hash := sha256.New()
|
hash := sha256.New()
|
||||||
|
@ -63,7 +63,7 @@ func main() {
|
|||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "Activity Relay Extarnal CLI"
|
app.Name = "Activity Relay Extarnal CLI"
|
||||||
app.Usage = "Control Relay configration"
|
app.Usage = "Control Relay configration"
|
||||||
app.Version = "0.1.1"
|
app.Version = "0.2.0rc1"
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
{
|
{
|
||||||
Name: "domain",
|
Name: "domain",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user