Skip to content

Commit

Permalink
chore: bump podman to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Oct 14, 2023
1 parent 7cae6f5 commit d87b482
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.7.1';

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

0 comments on commit d87b482

Please sign in to comment.