From bc5dc73b0e941708769f668e30d30fcdbeb892fe Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 14 Nov 2023 19:07:40 +0000 Subject: [PATCH] Set Version: 6.1.14 --- 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 0b0433c3b05..f189a7bfac2 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=6.1.13 +K_VERSION=6.1.14 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 1fa343827b0..999e88b7d71 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (6.1.13) unstable; urgency=medium +kframework (6.1.14) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index c70128c5c4a..d8b1b0bc590 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -6.1.13 +6.1.14