Skip to content

Commit 44e27b1

Browse files
authored
bugfix(libzkp): fix difficulty (#343)
1 parent e78cff5 commit 44e27b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/libzkp/impl/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime/debug"
66
)
77

8-
var tag = "alpha-v1.13"
8+
var tag = "alpha-v1.14"
99

1010
var commit = func() string {
1111
if info, ok := debug.ReadBuildInfo(); ok {

0 commit comments

Comments
 (0)