Skip to content

Commit e793209

Browse files
committed
bump version number after merging PR
1 parent 29f8e1a commit e793209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mona.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
2929
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
$Revision: 638 $
32-
$Id: mona.py 638 2025-04-03 19:49:00Z corelanc0d3r $
31+
$Revision: 639 $
32+
$Id: mona.py 639 2025-07-13 10:16:00Z corelanc0d3r $
3333
"""
3434

3535
__VERSION__ = '2.0'
36-
__REV__ = filter(str.isdigit, '$Revision: 638 $')
36+
__REV__ = filter(str.isdigit, '$Revision: 639 $')
3737
__IMM__ = '1.8'
3838
__DEBUGGERAPP__ = ''
3939
arch = 32

0 commit comments

Comments
 (0)