Skip to content

Commit 17605ca

Browse files
committed
Revert "Test bumping the version (for gitlab-ci deployment testing)"
This reverts commit ac6e07f.
1 parent 2a23af7 commit 17605ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/classes/info.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
import os
2929
from time import strftime
3030

31-
VERSION = "2.5.2"
32-
MINIMUM_LIBOPENSHOT_VERSION = "0.2.6"
31+
VERSION = "2.5.1-dev2"
32+
MINIMUM_LIBOPENSHOT_VERSION = "0.2.5"
33+
DATE = "20200228000000"
3334
NAME = "openshot-qt"
3435
PRODUCT_NAME = "OpenShot Video Editor"
3536
GPL_VERSION = "3"

0 commit comments

Comments
 (0)