We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db29e0 commit 78f41e7Copy full SHA for 78f41e7
2 files changed
VERSION
@@ -1 +1 @@
1
-1.1.0
+1.1.1
version.go
@@ -3,7 +3,7 @@ package imgx
3
// Version is the current version of imgx
4
// This is the single source of truth for versioning
5
// Update this when releasing new versions
6
-const Version = "1.1.0"
+const Version = "1.1.1"
7
8
// Author is the default author for imgx
9
const Author = "razzkumar"
0 commit comments