File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
2424 VersionMajor = 1 // Major version component of the current release
2525 VersionMinor = 9 // Minor version component of the current release
2626 VersionPatch = 11 // Patch version component of the current release
27- VersionMeta = "statediff-0.0.4 " // Version metadata to append to the version string
27+ VersionMeta = "statediff-0.0.5 " // Version metadata to append to the version string
2828)
2929
3030// Version holds the textual version string.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
3636)
3737
3838const (
39- maxRequestContentLength = 1024 * 1024 * 5
39+ maxRequestContentLength = 1024 * 1024 * 12
4040 contentType = "application/json"
4141)
4242
You can’t perform that action at this time.
0 commit comments