Which is the correct pytorch version?

Hi,
I always do, on return, as indicated: sudo /opt/anaconda3/bin/conda install -c fastai fastai

I noticed I have pytorch 1.0.0:

conda list pytorch
# packages in environment at /opt/anaconda3:
#
# Name                    Version                   Build  Channel
pytorch                   1.0.0           py3.7_cuda10.0.130_cudnn7.4.1_1  [cuda100]  pytorch

However, when deploying on render I noticed that the example uses pytorch 1.1.0 and actually the example works but my model doesn’t… should I upgrade pytorch to 1.1.0? In general, what else should I do to keep everything to the latest version?

Thanks