Browse Source

version bump

pull/456/head
Ethan Buchman 8 years ago
parent
commit
1a42f946dc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      version.go

+ 2
- 2
version.go View File

@ -1,7 +1,7 @@
package rpc
const Maj = "0"
const Min = "6" // 0x-prefixed string args handled as hex
const Fix = "0" //
const Min = "7"
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix

Loading…
Cancel
Save