Skip to content

Commit 3c34d17

Browse files
authored
Merge pull request #168 from advanced-security/v2_10_1
feat(version): v2.10.1
2 parents 12df7be + fab4d98 commit 3c34d17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "policy-as-code"
22
repository: "advanced-security/policy-as-code"
3-
version: "2.10.0"
3+
version: "2.10.1"
44

55
ecosystems:
66
- Python

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here is how you can quickly setup policy-as-code.
4545
```yaml
4646
# Policy as Code
4747
- name: Advance Security Policy as Code
48-
uses: advanced-security/[email protected].0
48+
uses: advanced-security/[email protected].1
4949
```
5050
5151
> [!WARNING]
@@ -61,15 +61,15 @@ The Policy as Code project is a self-contained Python based CLI tool.
6161
**Bash / Zsh:**
6262

6363
```bash
64-
git clone --branch "2.10.0" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
64+
git clone --branch "v2.10.1" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
6565
6666
./policy-as-code --help
6767
```
6868

6969
**Powershell:**
7070

7171
```Powershell
72-
git clone --branch "2.10.0" https://github.com/advanced-security/policy-as-code.git
72+
git clone --branch "v2.10.1" https://github.com/advanced-security/policy-as-code.git
7373
cd policy-as-code
7474
7575
.\policy-as-code.ps1 --help

ghascompliance/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
__version__ = "2.10.0"
2+
__version__ = "2.10.1"
33

44
__title__ = "GitHub Advanced Security Policy as Code"
55
__name__ = "ghascompliance"

0 commit comments

Comments
 (0)