Skip to content

Commit 5fc27dd

Browse files
committed
Bump herd and go version
1 parent b459736 commit 5fc27dd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/seveas/herd
22

3-
go 1.23.0
4-
toolchain go1.23.2
3+
go 1.23.2
54

65
require (
76
cloud.google.com/go/compute v1.28.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
const (
88
majorVersion = 0
99
minorVersion = 13
10-
patchVersion = 0
10+
patchVersion = 1
1111
)
1212

1313
func Version() string {

0 commit comments

Comments
 (0)