Add RemoteActor Caching Feature. (#7)

* Enable ActorCache.

* Bump version 0.2.0rc2.
This commit is contained in:
Naoki Kosaka
2018-12-16 23:02:30 +09:00
committed by GitHub
parent 2241d02fb2
commit e47d56e57b
5 changed files with 22 additions and 4 deletions

View File

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