Skip to content

Commit 01885f6

Browse files
committed
v3.0.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 89635e3 commit 01885f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ USAGE:
154154
rootlesskit [global options] [arguments...]
155155

156156
VERSION:
157-
3.0.0-rc.0
157+
3.0.0
158158

159159
DESCRIPTION:
160160
RootlessKit is a Linux-native implementation of "fake root" using user_namespaces(7).

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ USAGE:
4343
rootlessctl [global options] command [command options]
4444

4545
VERSION:
46-
3.0.0-rc.0
46+
3.0.0
4747

4848
COMMANDS:
4949
list-ports List ports

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "3.0.0-rc.0+dev"
3+
const Version = "3.0.0"

0 commit comments

Comments
 (0)