gradle2.9 references 2.6

Just started using gradle2.9. I notice odd references to gradle 2.6. As an example, this error message:
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.6/userguide/gradle_daemon.html

More worrying, creating a wrapper generates a folder: .gradle/2.6/

Just a small thing I guess.

Are you sure you’re using Gradle 2.9? What does “gradle help” say?

With the daemon disabled, I see:

This build could be faster, please consider using the Gradle Daemon: Chapter 18. The Gradle Daemon

The message is generated with a link to the version of Gradle you’re using.

Ah, sorry, was using both 2.6 and 2.9 I guess. Sorry.

No problem. Always appreciate another set of eyes on things.