I don’t see `Version string` in the official docs ...
# ask-questions
a
I don’t see
Version string
in the official docs for data types [https://docs.growthbook.io/features/targeting#attribute-data-types] does version string support only major versions (ie 122 vs 120) or major + minor versions (ie 122.0.1 vs 120.1.0)
h
You'll see it as a formatting option for the standard
string
type. We definitely could do more to outline this in our docs.
a
yea I’ve seen that - but it’s not clear how the parsing of the Version String works. Are minor version strings included so if I set the exposure to users who are version
>= 120.0.4
will growthbook be able to tell • 🟢 for
120.1.0
🔴 for
120.0.2
🔴 for
114
h
Yes to all questions (and a bonus,
121
will also evaluate to true). You can test all of these scenarios out using our new "Test Feature Rules" module at the bottom of a feature's page.
👀 1
thankyou 1