Skip to content

Commit

Permalink
Release/6.0.4 alpha (#569)
Browse files Browse the repository at this point in the history
* chore: bump podman 5.0.3

* chore: bump nn 6.0.4-alpha
  • Loading branch information
jgresham committed May 13, 2024
1 parent 3460a86 commit f50aa94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-node",
"version": "6.0.3-alpha",
"version": "6.0.4-alpha",
"description": "Run a node at home, the easy way.",
"homepage": "https://nicenode.xyz",
"productName": "NiceNode",
Expand Down
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.0.2';
export const PODMAN_LATEST_VERSION = '5.0.3';
export const PODMAN_MIN_VERSION = '4.3.0';

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

0 comments on commit f50aa94

Please sign in to comment.