Skip to content

Commit 9e16508

Browse files
committed
chore: verion up to 1.2.1
1 parent 07b75b1 commit 9e16508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package imgx
33
// Version is the current version of imgx
44
// This is the single source of truth for versioning
55
// Update this when releasing new versions
6-
const Version = "1.2.0"
6+
const Version = "1.2.1"
77

88
// Author is the default author for imgx
99
const Author = "razzkumar"

0 commit comments

Comments
 (0)