Skip to content

Commit f74707e

Browse files
Upgrade to 2.0.0rc2 (pantsbuild#49)
1 parent 2c70da3 commit f74707e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in `pants.toml`).
1616
Pants commands are called _goals_. You can get a list of goals with
1717

1818
```
19-
./pants goals
19+
./pants help goals
2020
```
2121

2222
# Targets

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

44
[GLOBAL]
5-
pants_version = "2.0.0rc1"
5+
pants_version = "2.0.0rc2"
66
pantsd = true # Enable the Pants daemon for better performance.
77

88
backend_packages.add = [

0 commit comments

Comments
 (0)