Skip to content

Commit

Permalink
chore: podman 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Oct 7, 2024
1 parent d2f9975 commit 10b74e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/podman/install/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import installOnLinux from './installOnLinux';
import installOnMac from './installOnMac';
import installOnWindows from './installOnWindows';

export const PODMAN_LATEST_VERSION = '5.2.3';
export const PODMAN_LATEST_VERSION = '5.2.4';
export const PODMAN_MIN_VERSION = '4.3.0';

const installPodman = async (): Promise<any> => {
Expand Down

0 comments on commit 10b74e4

Please sign in to comment.