Skip to content

Commit

Permalink
chore: update version to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: tiny.x <[email protected]>
  • Loading branch information
tiny-x committed Nov 17, 2020
1 parent f72b2b0 commit d611fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GO_FLAGS=-ldflags="-s -w"
UNAME := $(shell uname)

ifeq ($(BLADE_VERSION), )
BLADE_VERSION=0.8.0
BLADE_VERSION=0.9.0
endif

BUILD_TARGET=target
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/chaosblade-io/chaosblade-spec-go v0.8.0
github.com/chaosblade-io/chaosblade-spec-go v0.9.0
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/chaosblade-io/chaosblade-spec-go v0.7.0 h1:EPBG8ZjWNjErgjdDaZqI/9UwZL
github.com/chaosblade-io/chaosblade-spec-go v0.7.0/go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk=
github.com/chaosblade-io/chaosblade-spec-go v0.8.0 h1:Lmlly8bWmX7UEvnXJQ7YA06kZbJACVY9CzFrzMQtwIE=
github.com/chaosblade-io/chaosblade-spec-go v0.8.0/go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk=
github.com/chaosblade-io/chaosblade-spec-go v0.9.0 h1:CTiOjoC+YWVDrIPsyIhvWSNA3BYO6fXQnxkejqtxqdQ=
github.com/chaosblade-io/chaosblade-spec-go v0.9.0/go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk=
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e h1:3bt+8T1I/CuYx+a5ww32+UT4fc9x8iRiXrhfduFTlBU=
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e/go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=
Expand Down

0 comments on commit d611fdc

Please sign in to comment.