From 645258f0fd9d493845bf0d459ade0130f7ca7aa9 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 15 Nov 2023 17:03:01 +0000 Subject: [PATCH] Set Version: 6.1.16 --- 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 b27d0910314..9bdd2b6a5cd 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=6.1.15 +K_VERSION=6.1.16 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 54474730553..d7bcce8f3bc 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (6.1.15) unstable; urgency=medium +kframework (6.1.16) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index 576c0c8d762..3c2d754c2bc 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -6.1.15 +6.1.16