version outdated. `snap` gave me version 1.9
diff --git a/Ubuntu.md b/Ubuntu.md
index 0158a90..0e5525e 100644
--- a/Ubuntu.md
+++ b/Ubuntu.md
@@ -17,7 +17,7 @@
 Using snaps also works quite well:
 
 ```
-# This will give you go 1.8
+# This will give you the latest version of go
 $ snap install --classic go
 ```