Skip to content

Commit 7ed9282

Browse files
committed
Remove unnecessary version fallback
1 parent 352a7c3 commit 7ed9282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/class-protected-video.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Protected_Video {
3434
* Define core plugin functionality.
3535
*/
3636
public function __construct() {
37-
$this->version = defined( 'PROTECTED_VIDEO_VERSION' ) ? PROTECTED_VIDEO_VERSION : '1.0.0';
37+
$this->version = PROTECTED_VIDEO_VERSION;
3838
$this->plugin_name = 'protected-video';
3939
}
4040

0 commit comments

Comments
 (0)