Skip to content

Commit eb98bf6

Browse files
committed
Bump version to 2.4.5 (minimum libopenshot version: 0.2.4)
1 parent 1ec4d24 commit eb98bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classes/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
from PyQt5.QtCore import QDir
3131

32-
VERSION = "2.4.4-dev2"
33-
MINIMUM_LIBOPENSHOT_VERSION = "0.2.3"
32+
VERSION = "2.4.5"
33+
MINIMUM_LIBOPENSHOT_VERSION = "0.2.4"
3434
DATE = "20190315000000"
3535
NAME = "openshot-qt"
3636
PRODUCT_NAME = "OpenShot Video Editor"

0 commit comments

Comments
 (0)