From 32e3dfcf79b7811bc41a39ef8950331e212997c9 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Sat, 11 Apr 2020 10:56:02 +0200 Subject: [PATCH] 2.8.0 Release --- lib/video_info/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/video_info/version.rb b/lib/video_info/version.rb index 99d92089..1ae000a4 100644 --- a/lib/video_info/version.rb +++ b/lib/video_info/version.rb @@ -1,3 +1,3 @@ class VideoInfo - VERSION = '2.7.1'.freeze + VERSION = '2.8.0'.freeze end