Update Error - While using bench update

aafpl@ubuntu:~$ bench update
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==3.0.0’, ‘console_scripts’, ‘bench’)()
File “/home/aafpl/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/aafpl/bench-repo/bench/commands/update.py”, line 31, in update
version_upgrade = is_version_upgrade()
File “/home/aafpl/bench-repo/bench/app.py”, line 102, in is_version_upgrade
upstream_version = get_upstream_version(‘frappe’, bench=bench, branch=branch)
File “/home/aafpl/bench-repo/bench/app.py”, line 150, in get_upstream_version
return get_version_from_string(contents)
File “/home/aafpl/bench-repo/bench/app.py”, line 206, in get_version_from_string
return match.group(2)
AttributeError: ‘NoneType’ object has no attribute ‘group’
aafpl@ubuntu:~$

See: [Important] Error in Bench Update?