According to the official docs http://sass-lang.com/documentation/file.SASS_REFERENCE.html#comments we can use the interpolation syntax `#{$version}` in block comments to substitute version numbers, but it prints the syntax `#{$version}` literally.