From 01885f675def8cf9202791b7e3517cdad52bf837 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 10 Apr 2026 04:00:30 +0900 Subject: [PATCH 1/2] v3.0.0 Signed-off-by: Akihiro Suda --- README.md | 2 +- docs/api.md | 2 +- pkg/version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7f2c8fe..0a506fc1 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ USAGE: rootlesskit [global options] [arguments...] VERSION: - 3.0.0-rc.0 + 3.0.0 DESCRIPTION: RootlessKit is a Linux-native implementation of "fake root" using user_namespaces(7). diff --git a/docs/api.md b/docs/api.md index 6cf61c79..1ff40b70 100644 --- a/docs/api.md +++ b/docs/api.md @@ -43,7 +43,7 @@ USAGE: rootlessctl [global options] command [command options] VERSION: - 3.0.0-rc.0 + 3.0.0 COMMANDS: list-ports List ports diff --git a/pkg/version/version.go b/pkg/version/version.go index 2fef2c98..6f6bcc4e 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "3.0.0-rc.0+dev" +const Version = "3.0.0" From e767841ba9151e7cb881dd5d16fe058b569d4f8a Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 10 Apr 2026 04:00:37 +0900 Subject: [PATCH 2/2] v3.0.0+dev Signed-off-by: Akihiro Suda --- pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index 6f6bcc4e..4f7881d9 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "3.0.0" +const Version = "3.0.0+dev"