Bump some numbers
This commit is contained in:
parent
311cf832d6
commit
5dd6d52894
@ -1,7 +1,7 @@
|
|||||||
package build
|
package build
|
||||||
|
|
||||||
// Version is the local build version, set by build system
|
// Version is the local build version, set by build system
|
||||||
const Version = "0.7.0"
|
const Version = "0.10.0"
|
||||||
|
|
||||||
// APIVersion is a hex semver version of the rpc api exposed
|
// APIVersion is a hex semver version of the rpc api exposed
|
||||||
//
|
//
|
||||||
@ -12,7 +12,7 @@ const Version = "0.7.0"
|
|||||||
// R R H
|
// R R H
|
||||||
// |\vv/|
|
// |\vv/|
|
||||||
// vv vv
|
// vv vv
|
||||||
const APIVersion = 0x000701
|
const APIVersion = 0x000a01
|
||||||
|
|
||||||
const (
|
const (
|
||||||
MajorMask = 0xff0000
|
MajorMask = 0xff0000
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<input type='text' name='address' style="width: 300px">
|
<input type='text' name='address' style="width: 300px">
|
||||||
<select name="sectorSize">
|
<select name="sectorSize">
|
||||||
<option selected value="1073741824">1GiB sectors</option>
|
<option selected value="1073741824">1GiB sectors</option>
|
||||||
|
<option value="34359738368">32GiB sectors</option>
|
||||||
<option value="268435456">256MiB sectors</option>
|
<option value="268435456">256MiB sectors</option>
|
||||||
<option value="16777216">16MiB sectors</option>
|
<option value="16777216">16MiB sectors</option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user