We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b75b1 commit 9e16508Copy full SHA for 9e16508
2 files changed
VERSION
@@ -1 +1 @@
1
-1.2.0
+1.2.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.2.0"
+const Version = "1.2.1"
7
8
// Author is the default author for imgx
9
const Author = "razzkumar"
0 commit comments