From 7f62c36cb29bcd494f859b5a2ef91a45bd7380f9 Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Mon, 13 Jun 2022 10:04:36 +0200 Subject: [PATCH] Release: v0.9.0 Hyperion Signed-off-by: Marc Rittinghaus Signed-off-by: Razvan Deaconescu Signed-off-by: Simon Kuenzer Signed-off-by: Alexander Jung Signed-off-by: Felipe Huici --- README.md | 4 ++-- version.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3548afc04..b4dc3b561 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [![Unikraft](http://unikraft.org/assets/imgs/unikraft-logo-small.png)][unikraft-website] -[![](https://img.shields.io/badge/version-v0.8.0%20(Enceladus)-%23EC591A)][unikraft-latest] +[![](https://img.shields.io/badge/version-v0.9.0%20(Hyperion)-%23EC591A)][unikraft-latest] [![](https://img.shields.io/static/v1?label=license&message=BSD-3&color=%23385177)][unikraft-license] [![](https://img.shields.io/discord/762976922531528725.svg?label=discord&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)][unikraft-discord] [![](https://img.shields.io/github/contributors/unikraft/unikraft)](https://github.com/unikraft/unikraft/graphs/contributors) @@ -100,7 +100,7 @@ Unikraft is licensed under a BSD-3-Clause. For more information, please refer t [unikraft-contributing]: https://unikraft.org/docs/contributing/ [unikraft-ci]: http://ci.unikraft.org [unikraft-license]: https://github.com/unikraft/unikraft/blob/staging/COPYING.md -[unikraft-latest]: https://github.com/unikraft/unikraft/tree/RELEASE-0.8.0 +[unikraft-latest]: https://github.com/unikraft/unikraft/tree/RELEASE-0.9.0 [unikraft-gettingstarted]: http://unikraft.org/docs/getting-started [unikraft-concepts]: https://unikraft.org/docs/concepts/ [unikraft-posix-compatibility]: https://unikraft.org/docs/features/posix-compatibility diff --git a/version.mk b/version.mk index 28bf8f501..0e757a646 100644 --- a/version.mk +++ b/version.mk @@ -1,5 +1,5 @@ UK_VERSION = 0 -UK_SUBVERSION = 8 +UK_SUBVERSION = 9 UK_EXTRAVERSION = 0 -UK_CODENAME = Enceladus +UK_CODENAME = Hyperion # https://en.wikipedia.org/wiki/Moons_of_Saturn (by discovery year) -- 2.39.5