Skip to content

Commit d71f0f9

Browse files
committed
publish 0.9.0-next.0 to registry
1 parent fc73e31 commit d71f0f9

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

cmd/turbo/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const turboVersion = "0.8.5"
3+
const turboVersion = "0.9.0-next.0"

npm/turbo-darwin-64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-darwin-64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The macOS 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-darwin-arm64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The macOS ARM 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-freebsd-64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-freebsd-64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The FreeBSD 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-freebsd-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-freebsd-arm64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The FreeBSD ARM 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-install/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The blazing fast monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"bin": {

npm/turbo-linux-32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-linux-32",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Linux 32-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-linux-64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-linux-64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Linux 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-linux-arm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-linux-arm",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Linux ARM binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-linux-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-linux-arm64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Linux ARM 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-linux-mips64le/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-linux-mips64le",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Linux MIPS 64-bit Little Endian binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-linux-ppc64le/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-linux-ppc64le",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Linux PowerPC 64-bit Little Endian binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-windows-32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-windows-32",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Windows 32-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

npm/turbo-windows-64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-windows-64",
3-
"version": "0.8.5",
3+
"version": "0.9.0-next.0",
44
"description": "The Windows 64-bit binary for turbo, a monorepo build system.",
55
"repository": "https://github.com/turborepo/turbo",
66
"license": "SEE LICENSE IN TRIAL AGREEMENT",

version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.8.5
2-
latest
1+
0.9.0-next.0
2+
next

0 commit comments

Comments
 (0)