Bump version 0.2.3.

This commit is contained in:
Naoki Kosaka
2019-06-02 18:15:52 +09:00
parent e3d5bec579
commit 99c2525419
6 changed files with 29 additions and 11 deletions

View File

@ -84,7 +84,7 @@ func initConfig() {
}
newNullLogger := NewNullLogger()
log.DEBUG = newNullLogger
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.2; " + hostURL.Host + ")"
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.3; " + hostURL.Host + ")"
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]\n - Configrations")