update version
This commit is contained in:
parent
d9e6fcda56
commit
eb02163e0e
|
|
@ -20,7 +20,7 @@ class RedisBackedChatMemory_Memory implements INode {
|
|||
constructor() {
|
||||
this.label = 'Redis-Backed Chat Memory'
|
||||
this.name = 'RedisBackedChatMemory'
|
||||
this.version = 1.0
|
||||
this.version = 2.0
|
||||
this.type = 'RedisBackedChatMemory'
|
||||
this.icon = 'redis.svg'
|
||||
this.category = 'Memory'
|
||||
|
|
|
|||
Loading…
Reference in New Issue