Add RemoteActor Caching Feature. (#7)
* Enable ActorCache. * Bump version 0.2.0rc2.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user