Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit 5231ff3

Browse files
committed
Released Cuckoo 1.2
1 parent bd62582 commit 5231ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cuckoo/common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
_current_dir = os.path.abspath(os.path.dirname(__file__))
88
CUCKOO_ROOT = os.path.normpath(os.path.join(_current_dir, "..", "..", ".."))
99

10-
CUCKOO_VERSION = "1.2-dev"
10+
CUCKOO_VERSION = "1.2"
1111
CUCKOO_GUEST_PORT = 8000
1212
CUCKOO_GUEST_INIT = 0x001
1313
CUCKOO_GUEST_RUNNING = 0x002

0 commit comments

Comments
 (0)