Skip to content

Commit

Permalink
chore: bump version to v1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Goren G <[email protected]>
  • Loading branch information
Goren G committed Mar 29, 2019
1 parent a13cd2b commit 0ea1f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## (2019-03-28)
## (2019-03-29)

* update chain contract (#229) ([a13cd2b](https://github.com/qlcchain/go-qlc/commit/a13cd2b)), closes [#229](https://github.com/qlcchain/go-qlc/issues/229)



## <small>1.0.2 (2019-03-28)</small>

* chore: bump version to v1.0.2 ([401d6b6](https://github.com/qlcchain/go-qlc/commit/401d6b6))
* chore: echo sha256 hash for build file ([9406ee2](https://github.com/qlcchain/go-qlc/commit/9406ee2))
* refactor: --config is followed by the configuration file ([8a580b2](https://github.com/qlcchain/go-qlc/commit/8a580b2))
* fix: p2p bug ([c2bf0f9](https://github.com/qlcchain/go-qlc/commit/c2bf0f9))
* chore: echo sha256 hash for build file ([9406ee2](https://github.com/qlcchain/go-qlc/commit/9406ee2))



Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CLIENTMAIN = $(shell pwd)/cmd/client/main.go
SERVERTESTBINARY = gqlct

BUILDDIR = $(shell pwd)/build
VERSION = 1.0.2
VERSION = 1.0.3
GITREV = $(shell git rev-parse --short HEAD)
BUILDTIME = $(shell date +'%Y-%m-%d_%T')
LDFLAGS=-ldflags "-X main.version=${VERSION} -X main.sha1ver=${GITREV} -X main.buildTime=${BUILDTIME}"
Expand Down

0 comments on commit 0ea1f7f

Please sign in to comment.