Skip to content

Commit d91a9b5

Browse files
committed
bump to version 1.9.5
1 parent 54d8ce5 commit d91a9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/pkgs/watgbridge-dev.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let
3030

3131
in buildGoApplication rec {
3232
pname = "watgbridge";
33-
version = "1.9.4";
33+
version = "1.9.5";
3434

3535
pwd = localSrc;
3636
src = localSrc;

state/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"gorm.io/gorm"
1111
)
1212

13-
const WATGBRIDGE_VERSION = "1.9.4"
13+
const WATGBRIDGE_VERSION = "1.9.5"
1414

1515
type state struct {
1616
Config *Config

0 commit comments

Comments
 (0)