Skip to content

Commit

Permalink
Synchronize bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJATOM committed Apr 19, 2020
1 parent eafb391 commit cc23c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCPClip.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TCPClip Class by DJATOM
# Version 2.3.1
# Version 2.3.2
# License: MIT
# Why? Mainly for processing on server 1 and encoding on server 2, but it's also possible to distribute filtering chain.
#
Expand Down Expand Up @@ -70,7 +70,7 @@ def get_usable_cpus_count() -> int:
class Version(object):
MAJOR = 2
MINOR = 3
BUGFIX = 0
BUGFIX = 2


class Action(Enum):
Expand Down

0 comments on commit cc23c49

Please sign in to comment.