Skip to content

Commit

Permalink
Bump to 2.6.1
Browse files Browse the repository at this point in the history
Trying to package for OpenSUSE the update 2.6.1 I discovered that the constant version is still in 2.6. Maybe it would be better to modify it to 2.6.1.
  • Loading branch information
atoptsoglou committed Dec 18, 2018
1 parent 9c1c613 commit 530588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility/constants.py
Expand Up @@ -23,7 +23,7 @@

import os, sys

VERSION = "2.6"
VERSION = "2.6.1"

SCAN_BLOCKSIZE = 1024 * 1024 * 10

Expand Down

0 comments on commit 530588f

Please sign in to comment.