Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdugan committed Dec 20, 2023
1 parent 1d6bc83 commit 93fca2c
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.2.1
VERSION=1.2.2
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 @@ -15,7 +15,7 @@ import (
"go.uber.org/zap/zapcore"
)

const version = "v1.2.1"
const version = "v1.2.2"
const minBlockWaitTime = 3 * time.Second

type BridgeConfig struct {
Expand Down

0 comments on commit 93fca2c

Please sign in to comment.