update version

This commit is contained in:
Henry 2023-10-23 14:45:05 +01:00
parent d9e6fcda56
commit eb02163e0e
1 changed files with 1 additions and 1 deletions

View File

@ -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'