Skip to content

Commit b9f592f

Browse files
authored
version bump (#156)
1 parent b01824b commit b9f592f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocean-client/src/vault-maxi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class maxiEvent {
2929

3030
const MIN_TIME_PER_ACTION_MS = 300 * 1000 //min 5 minutes for action. probably only needs 1-2, but safety first?
3131

32-
export const VERSION = 'v2.5.2beta2'
32+
export const VERSION = 'v2.5.2'
3333

3434
export async function main(event: maxiEvent, context: any): Promise<Object> {
3535
console.log('vault maxi ' + VERSION)

0 commit comments

Comments
 (0)