diff --git a/pyproject.toml b/pyproject.toml index c1d665f..1fc3e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "hotkdump" -version = "2024.5.2" +version = "2024.7.1" description = "Linux kernel crashdump analysis tool" readme = "README.md" requires-python = ">=3.6" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0a827cd..1cc64c9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: hotkdump # you probably want to 'snapcraft register ' base: core22 # the base snap is the execution environment for this snap -version: '2024.5.2' # just for humans, typically '1.2+git' or '1.3.2' +version: '2024.7.1' # just for humans, typically '1.2+git' or '1.3.2' summary: Easily open and analyze linux kernel crash dumps. # 79 char long summary description: | hotkdump allows automatic analysis of Linux kernel crash dumps generated