From 657c771709373f721c9ce0c824249eac8cb7b3d5 Mon Sep 17 00:00:00 2001 From: Adrian Shum Date: Wed, 28 Aug 2024 23:12:07 +0800 Subject: [PATCH] v1.4.15 --- imagor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagor.go b/imagor.go index 49e51ba32..0b045360f 100644 --- a/imagor.go +++ b/imagor.go @@ -22,7 +22,7 @@ import ( ) // Version imagor version -const Version = "1.4.14" +const Version = "1.4.15" // Loader image loader interface type Loader interface {