Skip to content

Commit

Permalink
upgrade default stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Sep 13, 2024
1 parent c8c4ef4 commit 8610ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc_stack/src/hortacloud-services-config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HortaCloudConfig, getHortaCloudConfig,
HortaBackupConfig, getHortaBackupConfig } from '../../common/hortacloud-common';

const defaultJacsStackVersion = '9.19';
const defaultJacsStackVersion = '9.20';

// Horta Services Config
export interface HortaCloudServicesConfig extends HortaCloudConfig, HortaBackupConfig {
Expand Down

0 comments on commit 8610ee0

Please sign in to comment.