Skip to content

Commit

Permalink
Merge pull request #59 from wneessen/v0_3_2_maintenance
Browse files Browse the repository at this point in the history
Bump version to 0.3.2
  • Loading branch information
wneessen authored Oct 10, 2023
2 parents bfd993f + 3f3e370 commit 5247652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// VERSION is the global version string contstant
const VERSION = "0.3.1"
const VERSION = "0.3.2"

// Srv represents the server object
type Srv struct {
Expand Down

0 comments on commit 5247652

Please sign in to comment.