From 549dc1e2e6a5fa1dc6ea40c35c42ebce47bf4587 Mon Sep 17 00:00:00 2001 From: devops Date: Fri, 1 Dec 2023 14:03:39 +0000 Subject: [PATCH] Set Version: 6.1.35 --- 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 5e3a0521348..b426743b945 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=6.1.34 +K_VERSION=6.1.35 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 5105fe28068..cb2858f47c3 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (6.1.34) unstable; urgency=medium +kframework (6.1.35) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index 3aa2da5557c..c7d7bcb6eb7 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -6.1.34 +6.1.35