distro BUGFIX minor updates
diff --git a/distro/pkg/deb/README.source b/distro/pkg/deb/README.source
index af6364e..b1d916d 100644
--- a/distro/pkg/deb/README.source
+++ b/distro/pkg/deb/README.source
@@ -4,7 +4,7 @@
 - git fetch --all
 
 Find the latest version:
-VERSION=$(git describe --tags $(git rev-list '--tags=v1*' --max-count=1) | sed 's/^v//')
+VERSION=$(git describe --tags $(git rev-list '--tags=v2*' --max-count=1) | sed 's/^v//')
 echo $VERSION
 
 Update debian/sid branch