Bump version 0.2.0.

This commit is contained in:
Naoki Kosaka 2018-12-23 22:23:03 +09:00
parent b01956bd41
commit 719bdc3e8a
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ func initConfig() {
ResultsExpireIn: 5, ResultsExpireIn: 5,
} }
machineryServer, _ = machinery.NewServer(machineryConfig) machineryServer, _ = machinery.NewServer(machineryConfig)
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.0rc2; " + hostURL.Host + ")" uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.0; " + hostURL.Host + ")"
relayState = state.NewState(redisClient) relayState = state.NewState(redisClient)
actorCache = cache.New(5*time.Minute, 10*time.Minute) actorCache = cache.New(5*time.Minute, 10*time.Minute)
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey) Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)

View File

@ -63,7 +63,7 @@ func initConfig() {
ResultsExpireIn: 5, ResultsExpireIn: 5,
} }
machineryServer, _ = machinery.NewServer(machineryConfig) machineryServer, _ = machinery.NewServer(machineryConfig)
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.0rc2; " + hostURL.Host + ")" uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.0; " + hostURL.Host + ")"
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey) Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]\n - Configrations") fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]\n - Configrations")