Skip to content

Commit

Permalink
bump the master version to v1.11.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed May 17, 2021
1 parent 9954577 commit 6e57c81
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/miner.json.gz
Binary file not shown.
Binary file modified build/openrpc/worker.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.9.0"
const BuildVersion = "1.11.0-dev"

func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down
4 changes: 0 additions & 4 deletions scripts/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ if [ "${RELEASE_ID}" = "null" ]; then
RELEASE_DATA="{
\"tag_name\": \"${CIRCLE_TAG}\",
\"target_commitish\": \"${CIRCLE_SHA1}\",
<<<<<<< HEAD
\"discussion_category_name\": \"announcement\",
=======
${COND_CREATE_DISCUSSION}
>>>>>>> master
\"name\": \"${CIRCLE_TAG}\",
\"body\": \"\",
\"prerelease\": ${PRERELEASE}
Expand Down

0 comments on commit 6e57c81

Please sign in to comment.