Skip to content

Commit

Permalink
πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Nov 3, 2023
1 parent 71e9c1b commit 34d0da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { join } from 'path';
import { fileURLToPath } from 'url';

export const DEFAULT_DATA_ACCESS = 'activeRecord';
export const QUARKUS_VERSION = '3.3.0';
export const QUARKUS_VERSION = '3.5.0';

export const CACHE_MAXIMUM_SIZE = 100;
export const CACHE_EXPIRE_AFTER_WRITE = '3600S';
Expand Down

0 comments on commit 34d0da9

Please sign in to comment.