diff --git a/less/variables.less b/less/variables.less
index 9e372f2b0afa0d643bf4ee2a865df2aa5a415ccb..8cb95174048f3d533c487e5dc2b87269f6144406 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -257,7 +257,7 @@
 //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
 
 // Extra small screen / phone
-// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1, and @screen-xs-min as of v3.2
+// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1, and @screen-xs-min as of v3.2.0
 @screen-xs:                  480px;
 @screen-xs-min:              @screen-xs;
 @screen-phone:               @screen-xs-min;