Skip to content

Commit 924ebca

Browse files
chore: release 1.0.3
1 parent 9095ecb commit 924ebca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Then, copy the link to the latest binary from the [releases page](https://github
2929
```bash
3030
cd /opt/zoraxy/plugins/zoraxycrowdsecbouncer
3131
# wget <LINK_TO_LATEST_BINARY>
32-
wget https://github.com/AnthonyMichaelTDM/zoraxy_crowdsec_bouncer/releases/download/v1.0.2/zoraxycrowdsecbouncer
32+
wget https://github.com/AnthonyMichaelTDM/zoraxy_crowdsec_bouncer/releases/download/v1.0.3/zoraxycrowdsecbouncer
3333
chmod +x zoraxycrowdsecbouncer
3434
```
3535

3636
Do the same for the `config.yaml` file:
3737

3838
```bash
39-
wget https://github.com/AnthonyMichaelTDM/zoraxy_crowdsec_bouncer/releases/download/v1.0.2/config.yaml
39+
wget https://github.com/AnthonyMichaelTDM/zoraxy_crowdsec_bouncer/releases/download/v1.0.3/config.yaml
4040
```
4141

4242
### From Source

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func main() {
6464
Type: plugin.PluginType_Router,
6565
VersionMajor: 1,
6666
VersionMinor: 0,
67-
VersionPatch: 2,
67+
VersionPatch: 3,
6868

6969
DynamicCaptureSniff: DYNAMIC_CAPTURE_SNIFF,
7070
DynamicCaptureIngress: DYNAMIC_CAPTURE_INGRESS,

0 commit comments

Comments
 (0)