Skip to content

Commit d2f9975

Browse files
authored
chore: podman 5.2.3 (#667)
1 parent a8e005e commit d2f9975

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.2';
8+
export const PODMAN_LATEST_VERSION = '5.2.3';
99
export const PODMAN_MIN_VERSION = '4.3.0';
1010

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

0 commit comments

Comments
 (0)