Skip to content

Commit

Permalink
Bump 1.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 10, 2020
1 parent 632458f commit ef36aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## 1.0.0-dev
## 1.0.0.rc1 (2020-06-10)

- Add `--disable_disconnect` option. ([@palkan][])

Expand Down
2 changes: 1 addition & 1 deletion utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var (

func init() {
if version == "" {
version = "1.0.0.preview1"
version = "1.0.0.rc1"
}

if sha != "" {
Expand Down

0 comments on commit ef36aaf

Please sign in to comment.