Skip to content

Commit 87bd60c

Browse files
chore: release 1.0.2
1 parent a0092f7 commit 87bd60c

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.1/zoraxycrowdsecbouncer
32+
wget https://github.com/AnthonyMichaelTDM/zoraxy_crowdsec_bouncer/releases/download/v1.0.2/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.1/config.yaml
39+
wget https://github.com/AnthonyMichaelTDM/zoraxy_crowdsec_bouncer/releases/download/v1.0.2/config.yaml
4040
```
4141

4242
### From Source

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func main() {
6363
Type: plugin.PluginType_Router,
6464
VersionMajor: 1,
6565
VersionMinor: 0,
66-
VersionPatch: 1,
66+
VersionPatch: 2,
6767

6868
DynamicCaptureSniff: DYNAMIC_CAPTURE_SNIFF,
6969
DynamicCaptureIngress: DYNAMIC_CAPTURE_INGRESS,

0 commit comments

Comments
 (0)