From ce56ce7f79bbbfe77bac32bbee8476d2d29ddffc Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 20 Nov 2023 19:45:41 +0000 Subject: [PATCH] Set Version: 6.1.24 --- install-k | 2 +- package/debian/changelog | 2 +- package/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install-k b/install-k index e0c3553a80b..34116471de9 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=6.1.23 +K_VERSION=6.1.24 if [ `id -u` -ne 0 ]; then echo "$0: error: This script must be run as root." diff --git a/package/debian/changelog b/package/debian/changelog index af34cac7a69..84f237cc5f0 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (6.1.23) unstable; urgency=medium +kframework (6.1.24) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index 5197c2e979e..20cb3bb2e97 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -6.1.23 +6.1.24