Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 4, 2023
1 parent 9116c07 commit 2b24fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: zmicro-design/action-setup-go@v1
with:
go-version: v1.20
go-version: v1.21

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version is the version of lighthouse
var Version = "2.0.3"
var Version = "2.0.4"

0 comments on commit 2b24fe9

Please sign in to comment.