From b3aa489485a9f797ec8012fb48d4e1061d7035af Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Mon, 15 Feb 2021 22:04:01 +0200 Subject: [PATCH] bump 0.3.0 --- lib/webp/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webp/version.rb b/lib/webp/version.rb index 8c548ea..efb34be 100644 --- a/lib/webp/version.rb +++ b/lib/webp/version.rb @@ -1,3 +1,3 @@ module WebP - VERSION = "0.2.7" + VERSION = "0.3.0" end