Skip to content

Commit

Permalink
🚀update:version-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mainite committed Aug 18, 2024
1 parent 6b18294 commit 0ab1f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VideoSlim/VideoSlim.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class DragDropApp():
def __init__(self, root):

# 定义当前版本号
self.Version_number = 'v1.5'
self.Version_number = 'v1.6'

self.root = root
self.root.title("VideoSlim 视频压缩 " + self.Version_number)
Expand Down

0 comments on commit 0ab1f84

Please sign in to comment.