Skip to content

Commit

Permalink
fix: revert podman to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Oct 2, 2023
1 parent 1dc2c5d commit 0f9c55e
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 @@ -4,7 +4,7 @@ import installOnMac from './installOnMac';
import installOnWindows from './installOnWindows';
import installOnLinux from './installOnLinux';

export const VERSION = '4.7.0';
export const VERSION = '4.6.0';

// eslint-disable-next-line
const installPodman = async (): Promise<any> => {
Expand Down

0 comments on commit 0f9c55e

Please sign in to comment.