Revision 64e61365c16f74d56ccaa9eb784e05df5b01764c authored by Marko on 10 January 2020, 04:46:02 UTC, committed by Anton Kaliaev on 10 January 2020, 04:46:02 UTC
* release: changelog & version

- update version and changelogs

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* change changelog pending version
1 parent 3b0a10c
Raw File
appveyor.yml
version: 1.0.{build}
configuration: Release
platform:
- x64
- x86
clone_folder: c:\go\path\src\github.com\tendermint\tendermint
before_build:
- cmd: set GOPATH=%GOROOT%\path
- cmd: set PATH=%GOPATH%\bin;%PATH%
build_script:
- cmd: make test
test: off
back to top