Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewford committed Aug 9, 2023
1 parent 36d40ff commit 9ad2d3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
permissions:
contents: write

env:
go_version: 1.20.6

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -20,6 +23,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.go_version }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var GitCommit string

// Version returns the main version number that is being run at the moment.
const Version = "0.1.0"
const Version = "1.0.0"

// BuildDate returns the date the binary was built
var BuildDate = ""
Expand Down

0 comments on commit 9ad2d3d

Please sign in to comment.