From 868dec3f435babd0de33daafb57e65999eb37118 Mon Sep 17 00:00:00 2001 From: Don Melton Date: Wed, 15 May 2019 12:15:00 -0700 Subject: [PATCH] Bump version to 0.25.2. --- 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 07bb638..ef57856 100644 --- a/lib/video_transcoding/version.rb +++ b/lib/video_transcoding/version.rb @@ -5,5 +5,5 @@ # module VideoTranscoding - VERSION = '0.25.1' + VERSION = '0.25.2' end