Skip to content

Commit

Permalink
Merge pull request #30 from KohlsTechnology/set-go-version-for-gorele…
Browse files Browse the repository at this point in the history
…aser

Release v0.1.10
  • Loading branch information
vinny-sabatini authored Nov 26, 2021
2 parents f471e06 + 72dfe08 commit 18c1d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.3
- name: Prepare
id: prep
run: |
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Branch string
BuildDate string
GitSHA1 string
Version = "v0.1.9"
Version = "v0.1.10"
)

// Get returns the version string with some additional details
Expand Down

0 comments on commit 18c1d12

Please sign in to comment.