Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdugan committed Jul 11, 2023
1 parent a98a7fe commit f1543a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMD_PATH="../cmd/kaspabridge"
rm -rf release
mkdir -p release
cd release
VERSION=1.1.6
VERSION=1.1.8
ARCHIVE="ks_bridge-${VERSION}"
OUTFILE="ks_bridge"
OUTDIR="ks_bridge"
Expand Down
2 changes: 1 addition & 1 deletion src/kaspastratum/stratum_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"go.uber.org/zap/zapcore"
)

const version = "v1.1.6"
const version = "v1.1.8"
const minBlockWaitTime = 500 * time.Millisecond

type BridgeConfig struct {
Expand Down

0 comments on commit f1543a8

Please sign in to comment.