Bump version.

This commit is contained in:
Jim McDonald
2024-12-20 22:54:25 +00:00
parent 8e1c8c5300
commit fcafa037f8
2 changed files with 1 additions and 29 deletions

View File

@@ -1,28 +0,0 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.36.3)"
var ReleaseVersion = "local build (latest release 1.36.4)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{