1 parent b01824b commit b9f592fCopy full SHA for b9f592f
1 file changed
ocean-client/src/vault-maxi.ts
@@ -29,7 +29,7 @@ class maxiEvent {
29
30
const MIN_TIME_PER_ACTION_MS = 300 * 1000 //min 5 minutes for action. probably only needs 1-2, but safety first?
31
32
-export const VERSION = 'v2.5.2beta2'
+export const VERSION = 'v2.5.2'
33
34
export async function main(event: maxiEvent, context: any): Promise<Object> {
35
console.log('vault maxi ' + VERSION)
0 commit comments