Skip to content

Commit 30af82d

Browse files
committed
chore: bump version to 3.0.6 in Cargo.toml and README.md
1 parent a946ab7 commit 30af82d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["xtask", "rar-common"]
44
[package]
55
name = "rootasrole"
66
# The project version is managed on json file in resources/rootasrole.json
7-
version = "3.0.5"
7+
version = "3.0.6"
88
rust-version = "1.76.0"
99
authors = ["Eddie Billoir <eddie.billoir@irit.fr>"]
1010
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- The project version is managed on json file in resources/rootasrole.json -->
1717
<!-- markdownlint-restore -->
1818

19-
# RootAsRole (V3.0.5) : A memory-safe and security-oriented alternative to sudo/su commands
19+
# RootAsRole (V3.0.6) : A memory-safe and security-oriented alternative to sudo/su commands
2020

2121
**RootAsRole** is a project to allow Linux/Unix administrators to delegate their administrative tasks access rights to users. Its main features are :
2222

rar-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rootasrole-core"
3-
version = "3.0.5"
3+
version = "3.0.6"
44
edition = "2021"
55
description = "This core crate contains the RBAC and main features for the RootAsRole project."
66
license = "LGPL-3.0-or-later"

rar-common/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This file is generated by build.rs
22
// Do not edit this file directly
33
// Instead edit build.rs and run cargo build
4-
pub const PACKAGE_VERSION: &str = "3.0.5";
4+
pub const PACKAGE_VERSION: &str = "3.0.6";

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xtask"
33
# The project version is managed on json file in resources/rootasrole.json
4-
version = "3.0.5"
4+
version = "3.0.6"
55
edition = "2021"
66
publish = false
77

0 commit comments

Comments
 (0)