Skip to content

Commit

Permalink
chore: podman 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Sep 13, 2024
1 parent ca855e6 commit 8f30de0
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.1';
export const PODMAN_LATEST_VERSION = '5.2.2';
export const PODMAN_MIN_VERSION = '4.3.0';

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

0 comments on commit 8f30de0

Please sign in to comment.