Skip to content

Commit be156df

Browse files
authored
Merge pull request #585 from AkihiroSuda/dev
v3.0.0
2 parents 89635e3 + e767841 commit be156df

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+dev"

0 commit comments

Comments
 (0)