Skip to content

Commit a2d18f5

Browse files
authored
Merge pull request #903 from NilFoundation/release-250515
Release 2025.05.15 (0.2.0)
2 parents ec750ef + 2e5b782 commit a2d18f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
let
2020
revCount = self.revCount or self.dirtyRevCount or 1;
2121
rev = self.shortRev or self.dirtyShortRev or "unknown";
22-
version = "0.1.5-${toString revCount}";
22+
version = "0.2.0-${toString revCount}";
2323
versionFull = "${version}-${rev}";
2424
pkgs = import nixpkgs {
2525
inherit system;

nil/services/rpc/internal/http/connection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
const (
1010
MaxRequestContentLength = 1024 * 1024 * 32 // 32MB
11-
minSupportedRevision = 1185
12-
minSupportedNiljsVersion = "0.24.0"
11+
minSupportedRevision = 1416
12+
minSupportedNiljsVersion = "0.27.0"
1313
niljsClientVersionPrefix = "niljs/"
1414
)
1515

0 commit comments

Comments
 (0)