1 parent 6535b6e commit 0630c57Copy full SHA for 0630c57
3 files changed
.goreleaser.yaml
@@ -6,6 +6,7 @@ project_name: imgx
6
7
before:
8
hooks:
9
+ - cp go.work.example go.work
10
- go mod tidy
11
12
snapshot:
@@ -17,7 +18,8 @@ metadata:
17
18
mod_timestamp: "{{ .CommitTimestamp }}"
19
20
builds:
- - main: ./cmd/imgx
21
+ - dir: ./cmd/imgx
22
+ main: .
23
binary: imgx
24
env:
25
- CGO_ENABLED=0
VERSION
@@ -1 +1 @@
1
-1.3.0
+1.3.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
-const Version = "1.3.0"
+const Version = "1.3.1"
// Author is the default author for imgx
const Author = "razzkumar"
0 commit comments