Skip to content

Commit 10b74e4

Browse files
committed
chore: podman 5.2.4
1 parent d2f9975 commit 10b74e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/podman/install/install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import installOnLinux from './installOnLinux';
55
import installOnMac from './installOnMac';
66
import installOnWindows from './installOnWindows';
77

8-
export const PODMAN_LATEST_VERSION = '5.2.3';
8+
export const PODMAN_LATEST_VERSION = '5.2.4';
99
export const PODMAN_MIN_VERSION = '4.3.0';
1010

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

0 commit comments

Comments
 (0)