Skip to content

Commit 280c68f

Browse files
authored
Update version (#152)
* update version * 0.3.0 works with both 0.5.0 and 0.6.0
1 parent 2bf22a5 commit 280c68f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='Snare',
6-
version='0.2.0',
6+
version='0.3.0',
77
description='Super Next generation Advanced Reactive honEypot',
88
author='MushMush Foundation',
99
author_email='glastopf@public.honeynet.org',

snare/utils/snare_helpers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111

1212
class VersionManager:
1313
def __init__(self):
14-
self.version = "0.2.0"
14+
self.version = "0.3.0"
1515
self.version_mapper = {
1616
"0.1.0": ["0.1.0", "0.4.0"],
17-
"0.2.0": ["0.5.0", "0.5.0"]
17+
"0.2.0": ["0.5.0", "0.5.0"],
18+
"0.3.0": ["0.5.0", "0.6.0"]
1819
}
1920

2021
def check_compatibility(self, tanner_version):

0 commit comments

Comments
 (0)