Skip to content

Commit 4d29cc1

Browse files
committed
chore: bump to 11.1.0
1 parent 3bfad70 commit 4d29cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/spf13/cobra"
2121
)
2222

23-
var Version = "11.0.0"
23+
var Version = "11.1.0"
2424

2525
var settings config.Settings
2626

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
default = buildGoModule (finalAttrs: {
1111
pname = "dis";
12-
version = "11.0.0";
12+
version = "11.1.0";
1313

1414
src = ./.;
1515

0 commit comments

Comments
 (0)