From c8dd82e3d162497b8c3ac0045f4483961f390aec Mon Sep 17 00:00:00 2001 From: Don Melton Date: Sat, 9 Mar 2019 20:02:30 -0800 Subject: [PATCH] Bump version to 0.25.0. --- lib/video_transcoding/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/video_transcoding/version.rb b/lib/video_transcoding/version.rb index 9b9731b..cd149c8 100644 --- a/lib/video_transcoding/version.rb +++ b/lib/video_transcoding/version.rb @@ -5,5 +5,5 @@ # module VideoTranscoding - VERSION = '0.24.0' + VERSION = '0.25.0' end