Skip to content

Commit 0c2d09b

Browse files
committed
Updating version for 0.8.0
1 parent b42118f commit 0c2d09b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SECURITY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
| Version | Supported |
66
| ------- | ------------------ |
77
| master | :white_check_mark: |
8-
| 0.7.4 | :white_check_mark: |
9-
| 0.7.3 | :white_check_mark: |
10-
| < 0.7.3 | :x: |
8+
| 0.8.0 | :white_check_mark: |
9+
| 0.7.4 | :white_check_mark: |
10+
| < 0.7.4 | :x: |
1111

1212

1313
## Reporting a Vulnerability

etc/pulledpork.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ snort_control=/usr/local/bin/snort_control
212212
####### need to process so_rules, simply comment out the so_rule section
213213
####### you can also specify -T at runtime to process only GID 1 rules.
214214

215-
version=0.7.4
215+
version=0.8.0

pulledpork.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343
# we are gonna need these!
4444
my ($oinkcode, $temp_path, $rule_file, $Syslogging);
45-
my $VERSION = "PulledPork v0.7.4";
46-
my $HUMOR = "Helping you protect your bitcoin wallet!";
45+
my $VERSION = "PulledPork v0.8.0";
46+
my $HUMOR = "The only positive thing to come out of 2020...well this and take-out liquor!";
4747
my $ua = LWP::UserAgent->new;
4848

4949
#Read in proxy settings from the environment

0 commit comments

Comments
 (0)