Skip to content

Commit d120c4d

Browse files
committed
chore: update to version 0.41.0
1 parent a63cd31 commit d120c4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# 🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙🐙
1212

1313
name: quitsh
14-
version: 0.40.0
14+
version: 0.41.0
1515
language: go
1616

1717
inputs:

pkg/build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// `-ldflags -X ".../pkg/build.buildVersion=..."`.
1111
// but here it needs to be correct to make other CLI users of
1212
// quitsh have the correct version.
13-
var buildVersion = "0.40.0" //nolint:gochecknoglobals // Allowed for version.
13+
var buildVersion = "0.41.0" //nolint:gochecknoglobals // Allowed for version.
1414

1515
func GetBuildVersion() *version.Version {
1616
ver, err := version.NewVersion(buildVersion)

0 commit comments

Comments
 (0)