We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89635e3 + e767841 commit be156dfCopy full SHA for be156df
3 files changed
README.md
@@ -154,7 +154,7 @@ USAGE:
154
rootlesskit [global options] [arguments...]
155
156
VERSION:
157
- 3.0.0-rc.0
+ 3.0.0
158
159
DESCRIPTION:
160
RootlessKit is a Linux-native implementation of "fake root" using user_namespaces(7).
docs/api.md
@@ -43,7 +43,7 @@ USAGE:
43
rootlessctl [global options] command [command options]
44
45
46
47
48
COMMANDS:
49
list-ports List ports
pkg/version/version.go
@@ -1,3 +1,3 @@
1
package version
2
3
-const Version = "3.0.0-rc.0+dev"
+const Version = "3.0.0+dev"
0 commit comments