Skip to content

Commit

Permalink
core: tick version to 1.1.4
Browse files Browse the repository at this point in the history
Closes #812
  • Loading branch information
dominic authored and iampogo committed Mar 29, 2017
1 parent 1eb9fff commit 3692a4e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ For updates to subpackages, see below:
- [Node.js SDK](./sdk/node/CHANGELOG.md)
- [Ruby SDK](./sdk/ruby/CHANGELOG.md)

<a name="1.1.4"></a>
## 1.1.4 (March 27, 2017)

* Resolved issue that could cause some annotated transaction fields to be missing under high load.
* Expand Dashboard support to Safari 8 on OS X Yosemite systems.

<a name="1.1.3"></a>
## 1.1.3 (March 7, 2017)

Expand Down
2 changes: 1 addition & 1 deletion cmd/corectl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
_ "chain/protocol/tx" // for BlockHeaderHashFunc
)

const version = "1.1.3"
const version = "1.1.4"

// config vars
var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/cored/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
const (
httpReadTimeout = 2 * time.Minute
httpWriteTimeout = time.Hour
latestVersion = "1.1.3"
latestVersion = "1.1.4"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion generated/rev/RevId.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

public final class RevId {
public final String Id = "1.1-stable/rev2749";
public final String Id = "1.1-stable/rev2750";
}
2 changes: 1 addition & 1 deletion generated/rev/revid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rev

const ID string = "1.1-stable/rev2749"
const ID string = "1.1-stable/rev2750"

0 comments on commit 3692a4e

Please sign in to comment.